]> granicus.if.org Git - apache/commitdiff
Fix stupid mistake introduced in r1759984
authorLuca Toscano <elukey@apache.org>
Fri, 9 Sep 2016 13:33:49 +0000 (13:33 +0000)
committerLuca Toscano <elukey@apache.org>
Fri, 9 Sep 2016 13:33:49 +0000 (13:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1760018 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_fcgi.c

index 880381d9175b373f09442452aeb85bfb44a1efd2..cf3455c5072618cc5e9ed7beb1ae3189c6e99289 100644 (file)
@@ -661,7 +661,7 @@ recv_again:
                                     break;
                                 }
                                 else if (status == HTTP_NOT_MODIFIED
-                                         || HTTP_PRECONDITION_FAILED) {
+                                         || status == HTTP_PRECONDITION_FAILED) {
                                     /* Special 'status' cases handled:
                                      * 1) HTTP 304 response MUST NOT contain
                                      *    a message-body, ignore it.