Ensure the first bit of body directly after the headers is emitted into the stream#68
Merged
WyriHaximus merged 2 commits intoreactphp:masterfrom WyriHaximus:fix-for-67Oct 28, 2016
+24-3
Commits
Commits on Oct 28, 2016
Fix reactphp#67 caused by the little bit of body coming with the headers not emitted from the stream but from the response never making it into the stream
committed$response should not be emitted here, that will happen again once the data flowed through the stream into the response: reactphp#68 (comment)
committed