Skip to content

Add nghttp2_option_no_closed_streams#811

Merged
tatsuhiro-t merged 1 commit intomasterfrom
nghttp2_option_no_closed_streams
Feb 15, 2017
Merged

Add nghttp2_option_no_closed_streams#811
tatsuhiro-t merged 1 commit intomasterfrom
nghttp2_option_no_closed_streams

Conversation

@tatsuhiro-t
Copy link
Copy Markdown
Member

nghttp2_option_no_closed_streams controls whether closed streams are
retained or not. If nonzero is passed to that function's parameter
val, a session does not retain closed streams. It may hurt the shape
of priority tree, but can save memory.

Fixes #810

nghttp2_option_no_closed_streams controls whether closed streams are
retained or not.  If nonzero is passed to that function's parameter
val, a session does not retain closed streams.  It may hurt the shape
of priority tree, but can save memory.
@tatsuhiro-t tatsuhiro-t force-pushed the nghttp2_option_no_closed_streams branch from 546b20d to f3a5a0a Compare February 13, 2017 13:33
@tatsuhiro-t tatsuhiro-t merged commit 1e9a094 into master Feb 15, 2017
@tatsuhiro-t tatsuhiro-t deleted the nghttp2_option_no_closed_streams branch February 15, 2017 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

lib feature request: option to disable keeping closed streams

1 participant