summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_session.h
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2016-01-05 16:23:17 +0100
committerStefan Eissing <icing@apache.org>2016-01-05 16:23:17 +0100
commit7cfa8bf8d8dea5dc290e07ca422abe86dae33a2c (patch)
tree83b1e032ca1d515d41ce59472f771a65fd933745 /modules/http2/h2_session.h
parentreducing # of file handles used in transfers by default, reduced global worke... (diff)
downloadapache2-7cfa8bf8d8dea5dc290e07ca422abe86dae33a2c.tar.xz
apache2-7cfa8bf8d8dea5dc290e07ca422abe86dae33a2c.zip
always sending GOAWAY frame on session shutdown if not already done, GOAWAY frame with correct stream id, highest that started processing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1723095 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/h2_session.h')
-rw-r--r--modules/http2/h2_session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/h2_session.h b/modules/http2/h2_session.h
index b0652fa768..2dba10f720 100644
--- a/modules/http2/h2_session.h
+++ b/modules/http2/h2_session.h
@@ -91,7 +91,7 @@ typedef struct h2_session {
int streams_reset; /* number of http/2 streams reset by client */
int streams_pushed; /* number of http/2 streams pushed */
int max_stream_received; /* highest stream id created */
- int max_stream_handled; /* highest stream id handled successfully */
+ int max_stream_handled; /* highest stream id completed */
apr_size_t max_stream_count; /* max number of open streams */
apr_size_t max_stream_mem; /* max buffer memory for a single stream */