-
Bug
-
Resolution: Fixed
-
Major
-
3.0.12
-
None
-
PHP 5.5.18, nginx 1.7.6/1.7.7
phpbb 3.0.12
download/file.php returns Content-Length header (with non-zero value) even if after it it returns 304 Not Modified. Which resulting to connection stuck until keepalive timeouts when server is nginx+php-fpm with keepalive_timeout > 0
There should not be Content-Length header at all if 304 is returned.