
bugzilla at apache
Mar 10, 2012, 9:26 PM
Views: 87
Permalink
|
|
[Bug 52879] New: mod_proxy_fcgi wrong behavior with 304
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=52879 Bug #: 52879 Summary: mod_proxy_fcgi wrong behavior with 304 Product: Apache httpd-2 Version: 2.4.1 Platform: PC OS/Version: FreeBSD Status: NEW Severity: normal Priority: P2 Component: mod_proxy_fcgi AssignedTo: bugs [at] httpd ReportedBy: astrange [at] ithinksw Classification: Unclassified I have a PHP script (run as fastcgi through php-fpm and mod_proxy_fcgi) which returns a Last-Modified header with no Status header. At line 746: http://svn.apache.org/viewvc/httpd/httpd/tags/2.4.1/modules/proxy/mod_proxy_fcgi.c?revision=1243503&view=markup ap_scan_script_header_err_brigade_ex returned HTTP_NOT_MODIFIED. This caused the 'status != OK' check to fail and it returned 200 with an empty body. Seems related to bug 38070. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|