mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-15 14:35:55 +00:00
wip
This commit is contained in:
@@ -106,7 +106,7 @@ class HttpClient
|
|||||||
/* @var $body \React\Stream\ReadableStreamInterface */
|
/* @var $body \React\Stream\ReadableStreamInterface */
|
||||||
$body = $response->getBody();
|
$body = $response->getBody();
|
||||||
|
|
||||||
$this->logResponse(str($response));
|
$this->logResponse(Message::toString($response));
|
||||||
|
|
||||||
$body->on('data', function ($chunk) use ($proxyConnection, $response) {
|
$body->on('data', function ($chunk) use ($proxyConnection, $response) {
|
||||||
$response->buffer .= $chunk;
|
$response->buffer .= $chunk;
|
||||||
|
|||||||
BIN
builds/expose
BIN
builds/expose
Binary file not shown.
Reference in New Issue
Block a user