1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

add log id for r1828926

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828927 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2018-04-11 19:18:03 +00:00
parent bd1ccf5f0a
commit a200c75a3d
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
10124
10125

View File

@@ -1198,7 +1198,7 @@ static void ap_proxy_read_headers(request_rec *r, request_rec *rr,
/* The header could not fit in the provided buffer. */
if (rc == APR_ENOSPC) {
ap_log_rerror(APLOG_MARK, APLOG_WARNING, rc, r, APLOGNO()
ap_log_rerror(APLOG_MARK, APLOG_WARNING, rc, r, APLOGNO(10124)
"header size is over the limit allowed by ResponseFieldSize (%d bytes). "
"Bad response header '%s': '%.*s'...",
size, buffer, 80, value);