arturobernalg opened a new pull request, #553: URL: https://github.com/apache/httpcomponents-core/pull/553
It introduces directional enforcement inside AbstractH2StreamMultiplexer: Locally-initiated streams are gated by the peer’s advertised MAX_CONCURRENT_STREAMS. Remotely-initiated streams exceeding our advertised limit are immediately refused with RST_STREAM(REFUSED_STREAM). The same inbound check applies to PUSH_PROMISE promised streams. After applying remote SETTINGS, we request session output so queued commands progress when the peer raises the limit. Implementation is contained to the multiplexer (no new controller class). Active stream counting ignores terminated streams. Flow control logic remains untouched.TREAM) Add tests for inbound headers, outbound gating, and push-promise refusal; nudge queued opens on SETTINGS ACK -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
