summaryrefslogtreecommitdiffstats
path: root/server/protocol.c
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2020-06-19 21:39:47 +0200
committerChristophe Jaillet <jailletc36@apache.org>2020-06-19 21:39:47 +0200
commitb68bcc93127bced699c740235db9c4ecf9504037 (patch)
tree04c670da4f441af2cf0e80b9f79edac64872dd12 /server/protocol.c
parentOups, axe spurious copypasta. (diff)
downloadapache2-b68bcc93127bced699c740235db9c4ecf9504037.tar.xz
apache2-b68bcc93127bced699c740235db9c4ecf9504037.zip
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
Diffstat (limited to 'server/protocol.c')
-rw-r--r--server/protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/protocol.c b/server/protocol.c
index 76baabbe29..fcfe9ac195 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;