From: Stefan Eissing Date: Tue, 12 Oct 2021 16:25:59 +0000 (+0000) Subject: updated log tag to resolve duplicate. X-Git-Tag: 2.5.0-alpha2-ci-test-only~751 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17471dfb938c7e20681783939a147d433b468864;p=thirdparty%2Fapache%2Fhttpd.git updated log tag to resolve duplicate. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894169 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_stream.c b/modules/http2/h2_stream.c index b5f46243b65..4c1312c6be3 100644 --- a/modules/http2/h2_stream.c +++ b/modules/http2/h2_stream.c @@ -1358,7 +1358,7 @@ apr_status_t h2_stream_read_output(h2_stream *stream) * by the client. This could be a POST with body that we negate * and we need to RST_STREAM to end if. */ ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c1, - H2_STRM_LOG(APLOGNO(10026), stream, "remote close missing")); + H2_STRM_LOG(APLOGNO(10313), stream, "remote close missing")); nghttp2_submit_rst_stream(stream->session->ngh2, NGHTTP2_FLAG_NONE, stream->id, NGHTTP2_NO_ERROR); rv = APR_EOF;