diff --git a/src/Client/Request.php b/src/Client/Request.php index cbe1cd0..dc1d4c2 100644 --- a/src/Client/Request.php +++ b/src/Client/Request.php @@ -154,7 +154,7 @@ class Request ) ); - while ($part = fgets($connection, 1)) + while ($part = fgets($connection)) { $length = $length + mb_strlen( $part