Skip to content

Commit

Permalink
Merge branch 'patch-1' into 3.x
Browse files Browse the repository at this point in the history
Closes #2558
  • Loading branch information
akrabat committed Jan 15, 2019
2 parents a5a2da9 + 1bd7ef2 commit 7493c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/App.php
Expand Up @@ -473,7 +473,7 @@ public function respond(ResponseInterface $response)
}
} else {
while (!$body->eof()) {
echo $body->read($chunkSize);
echo $body->read((int)$chunkSize);
if (connection_status() != CONNECTION_NORMAL) {
break;
}
Expand Down

0 comments on commit 7493c86

Please sign in to comment.