maskit commented on code in PR #12531:
URL: https://github.com/apache/trafficserver/pull/12531#discussion_r2399821153
##########
src/proxy/http2/Http2ConnectionState.cc:
##########
@@ -1368,11 +1368,12 @@ Http2ConnectionState::send_connection_preface()
configured_settings.set(HTTP2_SETTINGS_MAX_CONCURRENT_STREAMS,
_adjust_concurrent_stream());
- uint32_t const configured_initial_window_size =
this->_get_configured_receive_session_window_size();
- if (this->_has_dynamic_stream_window()) {
- // Since this is the beginning of the connection and there are no streams
- // yet, we can just set the stream window size to fill the entire session
- // window size.
+ uint32_t const configured_initial_window_size =
this->_get_configured_initial_window_size();
Review Comment:
I think we should use `_get_configured_receive_session_window_size`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]