This commit is contained in:
2023-10-17 16:24:44 +08:00
parent 50dc345ac4
commit 0c6187260b
-3
View File
@@ -30,9 +30,6 @@ class SwooleHttpResponseEmitter implements ResponseEmitterInterface
// TODO: Implement sender() method. // TODO: Implement sender() method.
$this->writeParams($proxy, $response, $request); $this->writeParams($proxy, $response, $request);
var_dump($proxy);
$proxy->end($response); $proxy->end($response);
event(new OnAfterRequest()); event(new OnAfterRequest());