Skip to content

Commit d00794d

Browse files
committed
Merge pull request #29 from iwai/fix-fread-warning
Remove unneeded resume() call
2 parents 32feb84 + fba03c8 commit d00794d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/StreamingClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public function __construct(Stream $stream, ParserInterface $parser = null, Seri
6767
});
6868

6969
$stream->on('close', array($this, 'close'));
70-
$stream->resume();
7170

7271
$this->stream = $stream;
7372
$this->parser = $parser;

0 commit comments

Comments
 (0)