In `src/RequestHandler.php#L195` streams are not handled correctly for the request body. Also in the response conversion, the streams get lost. In `symfony/psr-http-message-bridge`, there is correct handling for streams.
In
src/RequestHandler.php#L195streams are not handled correctly for the request body. Also in the response conversion, the streams get lost.In
symfony/psr-http-message-bridge, there is correct handling for streams.