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.
1 parent bc0b1bd commit a009364Copy full SHA for a009364
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