From: Eric Covener Date: Wed, 11 Apr 2018 19:18:03 +0000 (+0000) Subject: add log id for r1828926 X-Git-Tag: 2.5.0-alpha2-ci-test-only~2689 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a200c75a3d33f0d9d55a1da81c251a206cd62a61;p=thirdparty%2Fapache%2Fhttpd.git add log id for r1828926 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828927 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index c23f36d6455..d302c9cbfa8 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10124 +10125 diff --git a/modules/proxy/mod_proxy_http.c b/modules/proxy/mod_proxy_http.c index 115bf714e7f..5c11f8a3d82 100644 --- a/modules/proxy/mod_proxy_http.c +++ b/modules/proxy/mod_proxy_http.c @@ -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);