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: [email protected]
        ReportedBy: [email protected]
    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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to