Closed
Description
Looking at https://github.com/php-pm/php-pm-httpkernel/blob/master/Bridges/HttpKernel.php#L142 we read the entire response and then send it on via react. Reading en-bloc is a very un-reactish thing to do but I have so far not found and good approach to read the response as its being delivered and pass on to react.
Any ideas?