]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
updated log tag to resolve duplicate.
authorStefan Eissing <icing@apache.org>
Tue, 12 Oct 2021 16:25:59 +0000 (16:25 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 12 Oct 2021 16:25:59 +0000 (16:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894169 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_stream.c

index b5f46243b6565bb817c6f0e60c4c434806f1a62e..4c1312c6be3f208479a14f4d162186519a6de9c8 100644 (file)
@@ -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;