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 557fcf2 commit 2bf40aeCopy full SHA for 2bf40ae
h2/connection.py
@@ -266,7 +266,7 @@ class H2Connection(object):
266
"""
267
# The initial maximum outbound frame size. This can be changed by receiving
268
# a settings frame.
269
- DEFAULT_MAX_OUTBOUND_FRAME_SIZE = 65535
+ DEFAULT_MAX_OUTBOUND_FRAME_SIZE = 2**16 -1
270
271
# The initial maximum inbound frame size. This is somewhat arbitrarily
272
# chosen.
0 commit comments