From b68bcc93127bced699c740235db9c4ecf9504037 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 19 Jun 2020 19:39:47 +0000 Subject: [PATCH] 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 --- server/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3