You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2016/09/28 20:08:36 UTC

svn commit: r1762703 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/http2/h2_session.c

Author: ylavic
Date: Wed Sep 28 20:08:36 2016
New Revision: 1762703

URL: http://svn.apache.org/viewvc?rev=1762703&view=rev
Log:
h2_session: follow up to r1761548: update log tag.

Modified:
    httpd/httpd/trunk/docs/log-message-tags/next-number
    httpd/httpd/trunk/modules/http2/h2_session.c

Modified: httpd/httpd/trunk/docs/log-message-tags/next-number
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/log-message-tags/next-number?rev=1762703&r1=1762702&r2=1762703&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/log-message-tags/next-number (original)
+++ httpd/httpd/trunk/docs/log-message-tags/next-number Wed Sep 28 20:08:36 2016
@@ -1 +1 @@
-3466
+3467

Modified: httpd/httpd/trunk/modules/http2/h2_session.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/h2_session.c?rev=1762703&r1=1762702&r2=1762703&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http2/h2_session.c (original)
+++ httpd/httpd/trunk/modules/http2/h2_session.c Wed Sep 28 20:08:36 2016
@@ -1436,7 +1436,7 @@ static apr_status_t on_stream_resume(voi
     if (stream) {
         int rv;
         if (stream->rst_error) {
-            ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, session->c, APLOGNO()
+            ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, session->c, APLOGNO(03466)
                           "h2_stream(%ld-%d): RST_STREAM, err=%d",
                           session->id, stream->id, stream->rst_error);
             rv = nghttp2_submit_rst_stream(session->ngh2, NGHTTP2_FLAG_NONE,