[users@httpd] Re: uncompressing lzw payload

2019-08-22 Thread Mark Lybarger
Thanks for the reply! I see that deflate only supports gzip algorithm after looking at the docs and the code. However, gzip utility is able to uncompress lzw compressed files (.Z). Has there ever been work on an LZW input filter? On Sat, Aug 17, 2019 at 3:21 PM Christophe JAILLET <

[users@httpd] Re: uncompressing lzw payload

2019-08-17 Thread Christophe JAILLET
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