]> granicus.if.org Git - apache/commit
mod_proxy_fcgi: handle the HTTP 412 use case
authorLuca Toscano <elukey@apache.org>
Fri, 9 Sep 2016 11:17:36 +0000 (11:17 +0000)
committerLuca Toscano <elukey@apache.org>
Fri, 9 Sep 2016 11:17:36 +0000 (11:17 +0000)
commit5a53fac7267665609948b54bcec2f034039e4fcc
tree78c56fc1374e71c6c5acbf3b17b096734b70a58b
parent08df7106048a897a177ccbd3526dafd5403fefdf
mod_proxy_fcgi: handle the HTTP 412 use case

This is a follow up of http://svn.apache.org/r1752347;
ap_meet_conditions could return a 412 status that if not
handled causes subsequent bogus reads and wrong messages
logged (like AH01070). After a chat on dev@ the feedback
was to couple HTTP_NOT_MODIFIED with HTTP_PRECONDITION_FAILED,
but any other feedback is welcome.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1759984 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_fcgi.c