]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport: r1546860
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 9 Nov 2016 14:20:45 +0000 (14:20 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 9 Nov 2016 14:20:45 +0000 (14:20 +0000)
Submitted by: jailletc36
Fix missing space in message of protocol.c (other r1546860 changes ignored)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict@1768968 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index 66ab924aefb16205230792531619dfc9b231639d..d11bbcdccc85482c9b487f0235f0a08aade8cf53 100644 (file)
@@ -947,7 +947,7 @@ AP_DECLARE(void) ap_get_mime_headers_core(request_rec *r, apr_bucket_brigade *bb
                     else if (ap_has_cntrl(value)) {
                         err = HTTP_BAD_REQUEST;
                         ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(02427)
-                                      "Request header field '%.*s' contains"
+                                      "Request header field '%.*s' contains "
                                       "control character", (int)LOG_NAME_MAX_LEN,
                                       last_field);
                     }