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.
2 parents bc0b1bd + a009364 commit 0dff9eaCopy full SHA for 0dff9ea
proxy/proxy.php
@@ -30,7 +30,7 @@ static function (ServerRequestInterface $request) use ($browser): PromiseInterfa
30
31
/** @var ResponseInterface $response */
32
foreach ($responses as $response) {
33
- $body .= (string)$response->getBody();
+ $body .= (string)$response->getBody() . PHP_EOL;
34
}
35
36
return new Response(200, [], $body);
0 commit comments