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

Commit 121d839

Browse files
committed
Merge branch 'hotfix/3412' into develop
Forward port zendframework/zendframework#3412
3 parents 704b760 + d37990d + 06b9d94 commit 121d839

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)