Skip to content

Commit 2619afe

Browse files
committed
Add triggering of progress on its promise in BufferedSink
1 parent a25426d commit 2619afe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

BufferedSink.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function handleErrorEvent($e)
3232
public function write($data)
3333
{
3434
$this->buffer .= $data;
35+
$this->deferred->progress($data);
3536
}
3637

3738
public function close()

0 commit comments

Comments
 (0)