Skip to content

Commit 4d4e841

Browse files
author
Michał Szymański
committed
return events instead of an empty list
1 parent f3ada55 commit 4d4e841

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
@@ -1739,7 +1739,7 @@ def _receive_window_update_frame(self, frame):
17391739
frame.window_increment
17401740
)
17411741
except StreamClosedError:
1742-
return [], []
1742+
return [], events
17431743
else:
17441744
# Increment our local flow control window.
17451745
self.outbound_flow_control_window = guard_increment_window(

0 commit comments

Comments
 (0)