]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_http2: Fix an empty APLOGNO()
authorGraham Leggett <minfrin@apache.org>
Sat, 22 Feb 2020 00:15:09 +0000 (00:15 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 22 Feb 2020 00:15:09 +0000 (00:15 +0000)
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

modules/http2/h2_stream.c

index 5d7287cf7a3296b97b296c6d278da7f9abb2d1b8..4603513daeb1eca0df6e302c24838e9b01b1f932 100644 (file)
@@ -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);
             }