summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2019-08-08 22:40:49 +0200
committerChristophe Jaillet <jailletc36@apache.org>2019-08-08 22:40:49 +0200
commit614ca6906185838b5339352dd0c4d746ad2d951d (patch)
tree024602ffee22680b5ea2172e11995c646d10f91e /modules
parentfr doc rebuild. (diff)
downloadapache2-614ca6906185838b5339352dd0c4d746ad2d951d.tar.xz
apache2-614ca6906185838b5339352dd0c4d746ad2d951d.zip
Add missing APLOGNO
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1864733 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r--modules/http2/h2_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/h2_stream.c b/modules/http2/h2_stream.c
index 1d97b3f2e8..babdd53f32 100644
--- a/modules/http2/h2_stream.c
+++ b/modules/http2/h2_stream.c
@@ -783,7 +783,7 @@ apr_status_t h2_stream_end_headers(h2_stream *stream, int eos, size_t raw_bytes)
apr_table_do(table_check_val_len, &ctx, stream->request->headers, NULL);
if (ctx.failed_key) {
ap_log_cerror(APLOG_MARK, APLOG_INFO, 0, stream->session->c,
- H2_STRM_LOG(APLOGNO(), stream,"Request header exceeds "
+ H2_STRM_LOG(APLOGNO(10190) stream,"Request header exceeds "
"LimitRequestFieldSize: %.*s"),
(int)H2MIN(strlen(ctx.failed_key), 80), ctx.failed_key);
set_error_response(stream, HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE);