You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2016/07/29 20:12:38 UTC

svn commit: r1754569 - /httpd/httpd/trunk/server/protocol.c

Author: wrowe
Date: Fri Jul 29 20:12:38 2016
New Revision: 1754569

URL: http://svn.apache.org/viewvc?rev=1754569&view=rev
Log:
Clean up doubled-'{'

Modified:
    httpd/httpd/trunk/server/protocol.c

Modified: httpd/httpd/trunk/server/protocol.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?rev=1754569&r1=1754568&r2=1754569&view=diff
==============================================================================
--- httpd/httpd/trunk/server/protocol.c (original)
+++ httpd/httpd/trunk/server/protocol.c Fri Jul 29 20:12:38 2016
@@ -900,7 +900,7 @@ AP_DECLARE(void) ap_get_mime_headers_cor
                     return;
                 }
 
-                if (!(conf->http_conformance & AP_HTTP_CONFORMANCE_STRICT)) {
+                if (!(conf->http_conformance & AP_HTTP_CONFORMANCE_STRICT))
                 {
                     /* Not Strict, using the legacy parser */