This commit is contained in:
Marcel Pociot
2021-06-14 15:27:53 +02:00
parent 95098c180d
commit 1d97d63d2b
2 changed files with 1 additions and 1 deletions

View File

@@ -106,7 +106,7 @@ class HttpClient
/* @var $body \React\Stream\ReadableStreamInterface */
$body = $response->getBody();
$this->logResponse(str($response));
$this->logResponse(Message::toString($response));
$body->on('data', function ($chunk) use ($proxyConnection, $response) {
$response->buffer .= $chunk;