Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 6915140

Browse files
committed
Remove redundant property.
1 parent 998f1c2 commit 6915140

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hyper/http20/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def __init_state(self):
9898

9999
# The inbound and outbound flow control windows.
100100
self._out_flow_control_window = 65535
101-
self._in_flow_control_window = 65535
102101

103102
# Instantiate a window manager.
104103
self.window_manager = self.__wm_class(65535)

0 commit comments

Comments
 (0)