Skip to content

Commit ca24819

Browse files
committed
Make sure CompositeStream is closed properly, refs #195
1 parent 521a10c commit ca24819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CompositeStream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function end($data = null)
7676

7777
public function close()
7878
{
79-
$this->pipeSource = true;
79+
$this->pipeSource = null;
8080

8181
$this->readable->close();
8282
$this->writable->close();

0 commit comments

Comments
 (0)