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 2bf40ae commit 5fa2ea3Copy full SHA for 5fa2ea3
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 = 2**16 - 1
270
271
# The initial maximum inbound frame size. This is somewhat arbitrarily
272
# chosen.
0 commit comments