DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23287>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23287 mod_deflate does not properly format decompressed request content [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2003-09-21 19:31 ------- Iit cannot change the content-length header, because the data is streamed. Hmm, I guess it's not really intended to decompress as a proxy. Can you try what happens, if you use mod_header's `RequestHeader unset' directive to remove the headers in question? I think, mod_proxy should be changed, that if the content-length header is removed, it switches to chunked encoding.... duh, that is only possible with HTTP/1.1. Seems there's no simple solution to that problem. I'm +1 anyway to remove the gzip token from Content-encoding. Any other ideas? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
