]> granicus.if.org Git - apache/commitdiff
Fix a typo in a message.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 5 Oct 2019 13:42:00 +0000 (13:42 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 5 Oct 2019 13:42:00 +0000 (13:42 +0000)
Reported and fixed by Christian Bartolomäus (bartolin gmx.de)
PR 63806

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

server/protocol.c

index 7a97b0d98e91b487e1abeb6d1bb4dde50b83ef27..d6872f69b87fe9c7d68fbc94227a88e9def33b78 100644 (file)
@@ -932,7 +932,7 @@ rrl_done:
         else if (deferred_error == rrl_excesswhitespace)
             ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(03448)
                           "HTTP Request Line; Excess whitespace "
-                          "(disallowed by HttpProtocolOptions Strict");
+                          "(disallowed by HttpProtocolOptions Strict)");
         else if (deferred_error == rrl_trailingtext)
             ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(03449)
                           "HTTP Request Line; Extraneous text found '%.*s' "