This commit is contained in:
2021-02-20 15:21:42 +08:00
parent 60805d5f4c
commit 52bf002be5
14 changed files with 20 additions and 46 deletions
+1 -3
View File
@@ -87,10 +87,8 @@ class OnHandshake extends Callback
*/
public function onHandler(SRequest $request, SResponse $response): void
{
Coroutine::defer(function () {
fire(Event::EVENT_AFTER_REQUEST);
});
$this->execute($request, $response);
fire(Event::SYSTEM_RESOURCE_RELEASES);
}