Skip to content

Commit

Permalink
Replace close with end in ConnectionPoolTest
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Aug 30, 2023
1 parent 9fd33ec commit b1ab6c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/ConnectionPoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ protected function setUp(): void

$client->read();
$client->write("HTTP/1.1 200 OK\r\nconnection: keep-alive\r\ncontent-length: 5\r\n\r\nhello");

delay(0.05);

$client->close();
$client->end();

delay(0.2);

Expand Down

0 comments on commit b1ab6c3

Please sign in to comment.