Fixes #8033 - Jetty-12 already completed exception in http2.tests.MaxConcurrentStreamsTest.

Fixed by the work done in #9684.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2023-06-06 20:31:35 +02:00
parent 4456f99de7
commit 4e6575b994
No known key found for this signature in database
GPG Key ID: 1677D141BCF3584D
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.fail;
@Disabled // TODO: bug/race condition in HttpChannelState, where the last write callback is invoked _after_ complete().
public class MaxConcurrentStreamsTest extends AbstractTest
{
private void start(int maxConcurrentStreams, Handler handler) throws Exception