Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit ddc8029

Browse files
committed
2 parents 1dfe980 + 06b9d94 commit ddc8029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client/Adapter/Socket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ public function read()
437437
$line = fgets($this->socket);
438438
$this->_checkSocketReadTimeout();
439439

440-
$chunk = '';
440+
$chunk = $line;
441441

442442
// Figure out the next chunk size
443443
$chunksize = trim($line);

0 commit comments

Comments
 (0)