]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a space to be consistent with surrounding code and to synch with 2.4.x
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 19 Jun 2020 19:39:47 +0000 (19:39 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 19 Jun 2020 19:39:47 +0000 (19:39 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879007 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index 76baabbe291b5b63de990e0f814e541e1c268db0..fcfe9ac195edab241576090811ccd3b3f1cbe092 100644 (file)
@@ -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;