We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa2ea3 commit 0affd9cCopy full SHA for 0affd9c
1 file changed
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 = 2**16 - 1
+ DEFAULT_MAX_OUTBOUND_FRAME_SIZE = 65535
270
271
# The initial maximum inbound frame size. This is somewhat arbitrarily
272
# chosen.
0 commit comments