You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/05/01 00:04:07 UTC

DO NOT REPLY [Bug 8677] - mod_proxy ALWAYS nukes Content-Length and Transfer-Encoding if body sent

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=8677>.
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=8677

mod_proxy ALWAYS nukes Content-Length and Transfer-Encoding if body sent

slive@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|mod_proxy ALWAYS nukes      |mod_proxy ALWAYS nukes
                   |Content-Length and Transfer-|Content-Length and Transfer-
                   |Encoding if body sent       |Encoding if body sent



------- Additional Comments From slive@apache.org  2002-04-30 22:04 -------
I think you have a slight misunderstanding of what a Proxy server does.  It 
doesn't just simply pass all content untouched from server to client.  It
may do all sorts of other things including changing encodings.

Now, if the server is really unconditionally stripping the content length,
I agree that doesn't sound like a good idea, especially if serving to
a HTTP/1.0 client.  But I'll leave it for someone more familiar with
mod_proxy to take a detailed look at this.