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

--- Comment #8 from Luca Toscano <[email protected]> ---
For the moment the only pseudo weird thing that I was able to reproduce is:

test.php
---------------------------
<?php
header("HTTP/1.1 204 No Content");
flush();
ob_flush();
?>
--------------------------

curl localhost/test.php -i --compressed
HTTP/1.1 204 No Content
Date: Mon, 28 Nov 2016 19:43:10 GMT
Server: Apache/2.5.0-dev (Unix)
Content-Length: 0    <<============
Content-Type: text/html; charset=UTF-8

But this one does not trigger any compression, mod_deflate (output filter) is
not used as far as I can see. Still working on finding a repro for the 204 use
case.

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