You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2021/10/12 16:25:59 UTC

svn commit: r1894169 - /httpd/httpd/trunk/modules/http2/h2_stream.c

Author: icing
Date: Tue Oct 12 16:25:59 2021
New Revision: 1894169

URL: http://svn.apache.org/viewvc?rev=1894169&view=rev
Log:
updated log tag to resolve duplicate.


Modified:
    httpd/httpd/trunk/modules/http2/h2_stream.c

Modified: httpd/httpd/trunk/modules/http2/h2_stream.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/h2_stream.c?rev=1894169&r1=1894168&r2=1894169&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http2/h2_stream.c (original)
+++ httpd/httpd/trunk/modules/http2/h2_stream.c Tue Oct 12 16:25:59 2021
@@ -1358,7 +1358,7 @@ apr_status_t h2_stream_read_output(h2_st
          * 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;