Skip to content

Commit

Permalink
Make sure CompositeStream is closed properly, refs #195
Browse files Browse the repository at this point in the history
  • Loading branch information
igorw committed May 10, 2013
1 parent 521a10c commit ca24819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CompositeStream.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function end($data = null)

public function close()
{
$this->pipeSource = true;
$this->pipeSource = null;

$this->readable->close();
$this->writable->close();
Expand Down

0 comments on commit ca24819

Please sign in to comment.