jetty.project/jetty-http3/http3-tests/src/test
Simone Bordet 40e7d6a716
Fixes #7774 - Flaky Test: DataDemandTest.testBlockingReadInADifferentThread(). (#7776)
Do not try to release the network buffer after having notified onDataAvailable()
because it can be in a race with the application trying to read data and also
trying to release the network buffer.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-03-25 11:30:53 +01:00
..
java/org/eclipse/jetty/http3/tests Fixes #7774 - Flaky Test: DataDemandTest.testBlockingReadInADifferentThread(). (#7776) 2022-03-25 11:30:53 +01:00
resources Issue #6728 - QUIC and HTTP/3 2021-12-20 09:33:38 +01:00