arturobernalg opened a new pull request, #592:
URL: https://github.com/apache/httpcomponents-core/pull/592

   This change adds an optional hard cap on the total number of queued / 
in-flight requests per HTTP/2 connection. When the per-connection limit is 
reached, new submissions fail fast with `RejectedExecutionException` and the 
slot is released when the exchange handler releases its resources. The cap is 
configured via H2MultiplexingRequesterBootstrap and passed into 
H2MultiplexingRequester at construction time to keep the requester 
configuration immutable and avoid API incompatibilities.


-- 
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]

Reply via email to