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

Michael Kaufmann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |---
            Version|2.5-HEAD                    |2.4.67

--- Comment #5 from Michael Kaufmann <[email protected]> ---
The patch "Proposed patch: Adjust the headers in a filter init function" is
still relevant and can be applied.

> 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
Currently, mod_deflate does not remove the "Content-Length: 0" header if there
is an empty request body. To determine whether the request body is empty, it
needs to read it, so this decision can not be made in advance. Presumably it
should stay this way for compatibility...

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to