Skip to content

Commit

Permalink
Clean up doubled-'{'
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1754569 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
wrowe committed Jul 29, 2016
1 parent cd543cc commit a5d0432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/protocol.c
Expand Up @@ -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 */

Expand Down

0 comments on commit a5d0432

Please sign in to comment.