From: William A. Rowe Jr Date: Fri, 29 Jul 2016 20:12:38 +0000 (+0000) Subject: Clean up doubled-'{' X-Git-Tag: 2.5.0-alpha~1354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ba8fc003afbfc81c3877ecf9004c1b215f2bb0a;p=thirdparty%2Fapache%2Fhttpd.git Clean up doubled-'{' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1754569 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index 8ecfe8bb063..3e8b787a352 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -900,7 +900,7 @@ AP_DECLARE(void) ap_get_mime_headers_core(request_rec *r, apr_bucket_brigade *bb return; } - if (!(conf->http_conformance & AP_HTTP_CONFORMANCE_STRICT)) { + if (!(conf->http_conformance & AP_HTTP_CONFORMANCE_STRICT)) { /* Not Strict, using the legacy parser */