From: Graham Leggett Date: Sat, 22 Feb 2020 00:15:09 +0000 (+0000) Subject: mod_http2: Fix an empty APLOGNO() X-Git-Tag: 2.4.42~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6be33967d41a55e99329e9167c61ceb8665e64bf;p=thirdparty%2Fapache%2Fhttpd.git mod_http2: Fix an empty APLOGNO() 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 --- diff --git a/modules/http2/h2_stream.c b/modules/http2/h2_stream.c index 5d7287cf7a3..4603513daeb 100644 --- a/modules/http2/h2_stream.c +++ b/modules/http2/h2_stream.c @@ -790,7 +790,7 @@ apr_status_t h2_stream_end_headers(h2_stream *stream, int eos, size_t raw_bytes) 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); }