diff --git a/test/Connection/Http2ConnectionTest.php b/test/Connection/Http2ConnectionTest.php index 354c7062..5edfe6ba 100644 --- a/test/Connection/Http2ConnectionTest.php +++ b/test/Connection/Http2ConnectionTest.php @@ -602,8 +602,6 @@ public function testServerEarlyResponse(): void [":status", (string) HttpStatus::PAYLOAD_TOO_LARGE], ["date", formatDateHeader()], ]), Http2Parser::HEADERS, Http2Parser::END_HEADERS | Http2Parser::END_STREAM, 1)); - - $this->server->close(); }); $response = $responseFuture->await();