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 2016/03/18 15:30:21 UTC

svn commit: r1735609 - /httpd/httpd/trunk/modules/http2/h2_filter.c

Author: icing
Date: Fri Mar 18 14:30:17 2016
New Revision: 1735609

URL: http://svn.apache.org/viewvc?rev=1735609&view=rev
Log:
mod_http2: oops, forgot a rename

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

Modified: httpd/httpd/trunk/modules/http2/h2_filter.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/h2_filter.c?rev=1735609&r1=1735608&r2=1735609&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http2/h2_filter.c (original)
+++ httpd/httpd/trunk/modules/http2/h2_filter.c Fri Mar 18 14:30:17 2016
@@ -218,7 +218,7 @@ static apr_status_t h2_sos_h2_status_buf
     bbout("  \"this_stream\": %d,\n", stream->id);
     bbout("  \"streams_open\": %d,\n", (int)h2_ihash_count(session->streams));
     bbout("  \"max_stream_started\": %d,\n", mplx->max_stream_started);
-    bbout("  \"requests_received\": %d,\n", session->requests_received);
+    bbout("  \"requests_received\": %d,\n", session->remote.emitted_count);
     bbout("  \"responses_submitted\": %d,\n", session->responses_submitted);
     bbout("  \"streams_reset\": %d, \n", session->streams_reset);
     bbout("  \"pushes_promised\": %d,\n", session->pushes_promised);