jetty.project/jetty-client
Marc Philipp 4a6c2744a0 Grow request queue instead of pre-allocating it
To avoid excess allocation, in particular for higher values of
`MaxRequestsQueuedPerDestination`, the per-destination request queue is
now initialized with a capacity of 32 entries and configured to grow 32
entries at a time until the maximum is reached.

Resolves #8319.
2022-07-28 19:07:36 +02:00
..
src Grow request queue instead of pre-allocating it 2022-07-28 19:07:36 +02:00
pom.xml Merge Release 10.0.11 back into `jetty-10.0.x` branch (#8194) 2022-06-22 16:24:48 -05:00