arturobernalg opened a new pull request, #448:
URL: https://github.com/apache/httpcomponents-client/pull/448
Body:
- Reduced the default cooldown period in `AIMDBackoffManager` from 500ms to
10ms to align with the actual usage in tests.
- Modified `testConcurrency` to:
- Reduce the number of operations per thread to improve test execution
speed and reliability.
- Each thread now gets its own HTTP route to avoid interference between
threads.
- Introduced a more permissive check on the final max connections per
route, allowing a range between 1 and initialMaxPerRoute + 7.
- Updated `coolDownPeriodIsConfigurable` to:
- Add a 100ms buffer to each `Thread.sleep()` call to account for
potential early wakeup of the thread, improving test reliability.
--
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]