From f9802adae3f46b76c9aaecf73594f603a0aa19d7 Mon Sep 17 00:00:00 2001 From: Joe Dixon Date: Thu, 23 Nov 2023 15:22:25 +0000 Subject: [PATCH] revert --- src/Http/Connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Connection.php b/src/Http/Connection.php index df46c57a..fe7988b0 100644 --- a/src/Http/Connection.php +++ b/src/Http/Connection.php @@ -106,7 +106,7 @@ public function send($data) */ public function close() { - $this->connection->close(); + $this->connection->end(); return $this; }