From: Christophe Jaillet Date: Fri, 19 Jun 2020 19:39:47 +0000 (+0000) Subject: Add a space to be consistent with surrounding code and to synch with 2.4.x X-Git-Tag: 2.5.0-alpha2-ci-test-only~1365 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b68bcc93127bced699c740235db9c4ecf9504037;p=thirdparty%2Fapache%2Fhttpd.git Add a space to be consistent with surrounding code and to synch with 2.4.x [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879007 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index 76baabbe291..fcfe9ac195e 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -886,7 +886,7 @@ rrl_done: memcpy((char*)r->protocol, "HTTP", 4); } else if (r->protocol[0]) { - r->proto_num = HTTP_VERSION(0,9); + r->proto_num = HTTP_VERSION(0, 9); /* Defer setting the r->protocol string till error msg is composed */ if (deferred_error == rrl_none) deferred_error = rrl_badprotocol;