Le 16/08/2019 à 17:33, Mark Lybarger a écrit :
i'm reading about mod_deflate where it can handle gzipped content sent and automatically uncompress the payload. i have embedded clients that want to send compressed data over the wire due to bandwidth constraints. they can only support LZW compression due to library/memory restrictions.

as i read, gzip algroithm can handle lzw content, but before i setup a POC to test lzw content decompression via apache mod_deflate, can anyone provide insights?

thanks!
-mark-

Hi,

not sure where you read this, but doc [1] states that "The gzip encoding is the only one supported".

mod_deflate uses zlib and AFAIK, it does not support LZW.
Where have you read that gzip algroithm can handle lzw content?

CJ

[1]: http://httpd.apache.org/docs/current/en/mod/mod_deflate.html#supportedencodings


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to