maskit commented on code in PR #13386:
URL: https://github.com/apache/trafficserver/pull/13386#discussion_r3588089161
##########
src/proxy/http2/Http2ConnectionState.cc:
##########
@@ -2883,6 +2905,12 @@ Http2ConnectionState::_adjust_concurrent_stream()
return max_concurrent_streams;
}
+ if (!this->session->is_outbound() && Http2::max_active_streams_policy_in ==
1) {
+ // Under hard-enforcement the advertised value is left untouched; new
streams
+ // are refused at creation instead of throttling down concurrency.
+ return max_concurrent_streams;
+ }
Review Comment:
Not today
--
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]