Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Nov 23, 2023
1 parent 81900e3 commit f9802ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function send($data)
*/
public function close()
{
$this->connection->close();
$this->connection->end();

return $this;
}
Expand Down

0 comments on commit f9802ad

Please sign in to comment.