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
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);
}