From 7ba8fc003afbfc81c3877ecf9004c1b215f2bb0a Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 29 Jul 2016 20:12:38 +0000 Subject: [PATCH] Clean up doubled-'{' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1754569 13f79535-47bb-0310-9956-ffa450edef68 --- server/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/protocol.c b/server/protocol.c index 8ecfe8bb06..3e8b787a35 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 */ -- 2.40.0