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.

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to