jetty.project/tests
Simone Bordet ae43b70a9f
Jetty 9.4.x 4967 buffer corruption for http2 failures (#5001)
Fixes #4967 - Possible buffer corruption in HTTP/2 session failures

Partially reverted the changes introduced in #4855, because they
were working only when sends were synchronous.

Introduced ByteBufferPool.remove(ByteBuffer) to fix the issue.
Now when a concurrent failure happens while frames are being
generated or sent, the buffer is discarded instead of being
recycled, therefore resolving the buffer corruption.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-07-03 16:35:33 +02:00
..
test-continuation Updating to version 9.4.31-SNAPSHOT 2020-06-11 08:24:34 -05:00
test-distribution Updating to version 9.4.31-SNAPSHOT 2020-06-11 08:24:34 -05:00
test-http-client-transport Jetty 9.4.x 4967 buffer corruption for http2 failures (#5001) 2020-07-03 16:35:33 +02:00
test-integration Updating to version 9.4.31-SNAPSHOT 2020-06-11 08:24:34 -05:00
test-jmx Updating to version 9.4.31-SNAPSHOT 2020-06-11 08:24:34 -05:00
test-loginservice Updating to version 9.4.31-SNAPSHOT 2020-06-11 08:24:34 -05:00
test-quickstart Updating to version 9.4.31-SNAPSHOT 2020-06-11 08:24:34 -05:00
test-sessions Fixing CustomImportOrder checkstyle violations 2020-06-25 09:25:05 -05:00
test-webapps Issue #5012 - Remove unneeded dependency for test-jaas-webapp 2020-07-02 11:15:34 +10:00
pom.xml Updating to version 9.4.31-SNAPSHOT 2020-06-11 08:24:34 -05:00