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

Commit 616b73f

Browse files
committed
Update _out_flow_control_window to reflect review comments
1 parent cc23e2a commit 616b73f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hyper/http20/stream.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,7 @@ def _out_flow_control_window(self):
304304
"""
305305

306306
with self._conn as conn:
307-
out_fc_with_size = conn.local_flow_control_window(self.stream_id)
308-
return out_fc_with_size
307+
return conn.local_flow_control_window(self.stream_id)
309308

310309
def _send_chunk(self, data, final):
311310
"""

0 commit comments

Comments
 (0)