We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
max_inbound_frame_size
1 parent eaa1489 commit 25f4b75Copy full SHA for 25f4b75
1 file changed
src/h2/connection.py
@@ -470,7 +470,6 @@ def _begin_new_stream(self, stream_id, allowed_ids):
470
outbound_window_size=self.remote_settings.initial_window_size
471
)
472
self.config.logger.debug("Stream ID %d created", stream_id)
473
- s.max_inbound_frame_size = self.max_inbound_frame_size
474
s.max_outbound_frame_size = self.max_outbound_frame_size
475
476
self.streams[stream_id] = s
0 commit comments