Skip to content

Commit 6d6b66c

Browse files
committed
remove unused attribute max_inbound_frame_size
`H2Stream` does not have such an attribute - probably added by accident.
1 parent eaa1489 commit 6d6b66c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/h2/connection.py

-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ def _begin_new_stream(self, stream_id, allowed_ids):
470470
outbound_window_size=self.remote_settings.initial_window_size
471471
)
472472
self.config.logger.debug("Stream ID %d created", stream_id)
473-
s.max_inbound_frame_size = self.max_inbound_frame_size
474473
s.max_outbound_frame_size = self.max_outbound_frame_size
475474

476475
self.streams[stream_id] = s

0 commit comments

Comments
 (0)