This commit is contained in:
2023-10-17 16:19:45 +08:00
parent 8aec2ea47f
commit 3955c11395
+3
View File
@@ -30,6 +30,9 @@ 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());