Skip to content

Commit 3e65741

Browse files
committed
Above the rewind() error for AWS files
1 parent 6cfc120 commit 3e65741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Responses/SymfonyResponseFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function create(FilesystemInterface $cache, $path)
4646
}
4747

4848
$response->setCallback(function () use ($stream) {
49-
rewind($stream);
49+
//rewind($stream);
5050
fpassthru($stream);
5151
fclose($stream);
5252
});

0 commit comments

Comments
 (0)