mdedetrich opened a new issue, #860: URL: https://github.com/apache/pekko-http/issues/860
[zstd](https://en.wikipedia.org/wiki/Zstd) is a new compression that is far superior to gzip/lzma in every way and it has also been published as https://www.rfc-editor.org/rfc/rfc8478 as `application/zstd` which means that http requests/responses can be compressed/decompressed via std. Chromium and Firefox have already added support for zstd compression/decompression, which means that only Safari is needed to have support in all mainstream browsers. Requires https://github.com/apache/pekko/issues/2404 to be completed, at which point we need to add the various header entries. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
