Closed
Description
We should support the same compression methods on the client and server sides of confighttp. Right now we have:
- Client side:
gzip
,zlib
,deflate
,zstd
,snappy
- Server side:
gzip
,zlib
,deflate
If there isn't a good reason we don't support zstd and snappy on the server side, then I can work on adding them.