ID: 40325
User updated by: nicolas dot grekas+php at gmail dot com
Reported By: nicolas dot grekas+php at gmail dot com
Status: Open
Bug Type: HTTP related
Operating System: All
PHP Version: 5.2.0
New Comment:
Oops : I've switched Expected and Actual results, sorry
Previous Comments:
------------------------------------------------------------------------
[2007-02-02 13:10:28] nicolas dot grekas+php at gmail dot com
Description:
------------
At least ob_gzhandler, maybe gzip.outputcompress don't send a "Vary:
Accept-Encoding" header when browser don't support compression. The
result is that intermediate caches may get corrupted.
Reproduce code:
---------------
execute the code bellow with php-cgi :
<?php ob_start('ob_gzhander');
Expected result:
----------------
X-Powered-By: PHP/5.2.0
Content-Type: text/html
Actual result:
--------------
X-Powered-By: PHP/5.2.0
Content-Type: text/html
Vary: Accept-Encoding
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=40325&edit=1