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-