I have a custom HTTP client.  I want to gzip compress a multipart message and 
have the apache server decompress it (utilizing SetInputFilter DEFLATE).

I tried just gzipping the file in the multipart message but the file
is received on the server side compressed.

Further research indicated that the entire request may need to be compressed.
I was wondering if anyone can offer any pointers on how to accomplish that.

Thanks!
Deb

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to