Skip to content

Commit 2472f43

Browse files
committed
Bugfix
1 parent 830ced6 commit 2472f43

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Stream.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ public function __construct($socket, $size = null)
6060
public function __toString()
6161
{
6262
try {
63-
if ($this->isSeekable()) {
64-
$this->seek(0);
65-
}
66-
6763
return $this->getContents();
6864
} catch (\Exception $e) {
6965
return '';

0 commit comments

Comments
 (0)