Skip to content

Commit 0affd9c

Browse files
committed
Revert "Unify codestyle"
This reverts commit 2bf40ae.
1 parent 5fa2ea3 commit 0affd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

h2/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class H2Connection(object):
266266
"""
267267
# The initial maximum outbound frame size. This can be changed by receiving
268268
# a settings frame.
269-
DEFAULT_MAX_OUTBOUND_FRAME_SIZE = 2**16 - 1
269+
DEFAULT_MAX_OUTBOUND_FRAME_SIZE = 65535
270270

271271
# The initial maximum inbound frame size. This is somewhat arbitrarily
272272
# chosen.

0 commit comments

Comments
 (0)