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:
@@ -1 +1 @@
|
||||
10124
|
||||
10125
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user