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

Joe Orton <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Joe Orton <[email protected]> ---
Content-Length will be set by the content-length filter in cases where the
entire response content can be determined without buffering - earlier 2.4.x
releases did more buffering than was safe so this may have changed in recent
releases.  A simple test has got C-L still generated in at least this case:

# dd if=/dev/zero of=/var/www/html/1K0.html bs=1024 count=1
# curl --compressed -v http://localhost/1K0.html > /dev/null
...
< Content-Encoding: gzip
< Content-Length: 29

So it might depend how mod_wsgi generates the response.

-- 
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