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 2003/02/13 03:03:30 UTC

DO NOT REPLY [Bug 14451] - Using mod_deflate on an internally redirected request results in an extra 20 byte gzip header appended to the response.

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

Using mod_deflate on an internally redirected request results in an extra 20 byte gzip header appended to the response.

nd@perlig.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From nd@perlig.de  2003-02-13 02:03 -------
I'll try to have a closer look at the problem and the patch these days, but one
word anyway:

sending different headers for GET and HEAD is wrong. You should _not_ handle
both methods not differently. Just send the content regardless of the method.
Apache will do the right thing and discard the body if neccessary. But he's able
to maintain the Content-length header (or TRansfer-Encoding).

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org