We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca6d08 commit 557fcf2Copy full SHA for 557fcf2
h2/connection.py
@@ -282,7 +282,7 @@ class H2Connection(object):
282
DEFAULT_MAX_HEADER_LIST_SIZE = 2**16
283
284
# Keep in memory limited amount of results for streams closes
285
- MAX_CLOSED_STREAMS = 2**31
+ MAX_CLOSED_STREAMS = 2**16
286
287
def __init__(self, config=None):
288
self.state_machine = H2ConnectionStateMachine()
0 commit comments