]> granicus.if.org Git - apache/commitdiff
add log id for r1828926
authorEric Covener <covener@apache.org>
Wed, 11 Apr 2018 19:18:03 +0000 (19:18 +0000)
committerEric Covener <covener@apache.org>
Wed, 11 Apr 2018 19:18:03 +0000 (19:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828927 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/proxy/mod_proxy_http.c

index c23f36d6455e8fab87c7bf3cd45d744f45413c9a..d302c9cbfa88a4f04abbb6106cd06873aa8db407 100644 (file)
@@ -1 +1 @@
-10124
+10125
index 115bf714e7f4f6a0d052729bb98911e768ad5b75..5c11f8a3d827b5d5dcc378473549273af21e4d94 100644 (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);