We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521a10c commit ca24819Copy full SHA for ca24819
1 file changed
CompositeStream.php
@@ -76,7 +76,7 @@ public function end($data = null)
76
77
public function close()
78
{
79
- $this->pipeSource = true;
+ $this->pipeSource = null;
80
81
$this->readable->close();
82
$this->writable->close();
0 commit comments