We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfc120 commit 3e65741Copy full SHA for 3e65741
src/Responses/SymfonyResponseFactory.php
@@ -46,7 +46,7 @@ public function create(FilesystemInterface $cache, $path)
46
}
47
48
$response->setCallback(function () use ($stream) {
49
- rewind($stream);
+ //rewind($stream);
50
fpassthru($stream);
51
fclose($stream);
52
});
0 commit comments