Skip to content

Commit

Permalink
Don't close server immediately in test
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Jan 12, 2025
1 parent e5ed4e6 commit a3e8711
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/Connection/Http2ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a3e8711

Please sign in to comment.