jetty.project/jetty-http2
Simone Bordet f2c6b67827
Fixes #4971 - Simplify Connection.upgradeFrom()/upgradeTo(). (#5008)
Fixes #4971 - Simplify Connection.upgradeFrom()/upgradeTo().

Now the upgrade-from connection produces a "floating" buffer 
(not belonging to a pool), so that it can release the original buffer.

The upgrade-to connection is free to copy or store this "floating" buffer.

Strengthened ByteBufferPool behavior when releasing non-pooled
ByteBuffers: the buffer is now discarded.

Updated javadocs and all implementations.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-07-06 22:45:03 +02:00
..
http2-alpn-tests Updating to version 9.4.31-SNAPSHOT 2020-06-11 08:24:34 -05:00
http2-client Issue #4965 - WINDOW_UPDATE for locally failed stream should not clos… (#4969) 2020-06-18 15:23:51 +02:00
http2-common Fixes #4971 - Simplify Connection.upgradeFrom()/upgradeTo(). (#5008) 2020-07-06 22:45:03 +02:00
http2-hpack Issue #4890 - JettyClient behavior when SETTINGS_HEADER_TABLE_SIZE is set to 0 in SETTINGS Frame. 2020-07-06 17:29:07 +02:00
http2-http-client-transport Updating to version 9.4.31-SNAPSHOT 2020-06-11 08:24:34 -05:00
http2-server Jetty 9.4.x 4967 buffer corruption for http2 failures (#5001) 2020-07-03 16:35:33 +02:00
pom.xml Updating to version 9.4.31-SNAPSHOT 2020-06-11 08:24:34 -05:00