trunk patch: http://svn.apache.org/r1873927
2.4.x patch: svn merge -c
1873927 ^/httpd/httpd/trunk .
+1: jailletc36, ylavic, minfrin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1874347 13f79535-47bb-0310-9956-
ffa450edef68
if (ctx.failed_key) {
if (!h2_stream_is_ready(stream)) {
ap_log_cerror(APLOG_MARK, APLOG_INFO, 0, stream->session->c,
- H2_STRM_LOG(APLOGNO(), stream,"Request header exceeds "
+ H2_STRM_LOG(APLOGNO(10230), stream,"Request header exceeds "
"LimitRequestFieldSize: %.*s"),
(int)H2MIN(strlen(ctx.failed_key), 80), ctx.failed_key);
}