diff --git a/http-server/Service/Http.php b/http-server/Service/Http.php index 189c2380..257e31f9 100644 --- a/http-server/Service/Http.php +++ b/http-server/Service/Http.php @@ -68,7 +68,7 @@ class Http extends \Server\Abstracts\Http implements OnClose, OnConnect ->withContentType(\Http\Message\Response::CONTENT_TYPE_HTML) ->withBody(new Stream(jTraceEx($throwable, null, true))); } finally { - $this->response->sender($response, $PsrResponse); + $this->responseEmitter->sender($response, $PsrResponse); } }