jetty.project/jetty-http2
Simone Bordet 0af5f676cd Issue #5147 - HTTP2 RoundRobinConnectionPool with maxUsage
Reworked HTTP/2 release after an exchange is terminated.

Previously, the release was bound to 2 events: onStreamClosed(),
introduced for #2796, and exchangeTerminated().
Unfortunately, if the former happens before the latter and
closes the connection, the latter will see the exchange as
aborted, while in fact it was successful, causing what
reported in #5147, an AsynchronousCloseException.

Now, the release is always performed by the exchangeTerminated()
event. With respect to #2796, the stream is always already
closed by the time the exchangeTerminated() event fires (it
was not before).

Reworked the implementation of RoundRobinConnectionPool using
a lock and aggressively trying to open new connections.

A second fix is related to HttpDestination.release(Connection).
If the connection is closed for e.g. overuse, we need to trigger
the processing of queued requests via send(create: true).

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-08-22 22:10:08 +02:00
..
http2-alpn-tests Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
http2-client Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
http2-common Re-implement HTTP connection pooling with a non-queuing algorithm 2020-07-31 10:36:43 +02:00
http2-hpack Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
http2-http-client-transport Issue #5147 - HTTP2 RoundRobinConnectionPool with maxUsage 2020-08-22 22:10:08 +02:00
http2-server Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
pom.xml Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00