arturobernalg opened a new pull request, #590: URL: https://github.com/apache/httpcomponents-core/pull/590
This change adds an optional cap on the number of queued commands per I/O session. When configured, IOSessionImpl rejects additional enqueues once the per-session queue reaches the limit and releases capacity as commands are polled. The default remains unchanged (unlimited) when the option is not set. A small regression test covers rejection and subsequent acceptance once the queue is drained. -- 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]
