diff --git a/app/Client/Http/HttpClient.php b/app/Client/Http/HttpClient.php index 05ccd3e..2ed8bd5 100644 --- a/app/Client/Http/HttpClient.php +++ b/app/Client/Http/HttpClient.php @@ -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; diff --git a/builds/expose b/builds/expose index 5ca5876..3ee298d 100755 Binary files a/builds/expose and b/builds/expose differ