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 2016/05/21 03:45:49 UTC

[Bug 54255] mod_deflate adjusts the headers "too late"

https://bz.apache.org/bugzilla/show_bug.cgi?id=54255

--- Comment #2 from Michael Smith <ml...@gmail.com> ---
This looks like the bug I've been trying to figure out - in my case resulting
in mod_proxy blowing up and returning an error because the content-length
header doesn't match the (deflated) length of the actual content.

It's not immediately obvious to me why your patch fixes this - it plausibly
fixes the Content-Encoding header (because that gets removed in check_gzip),
but the Content-Length header (and Content-MD5, though I don't think anything
much looks at that!) are still removed in the same place they were previously.
Did I miss something or does the patch need to have that added?

-- 
You are receiving this mail because:
You are the assignee for the bug.

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