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
@@ -31,10 +31,8 @@ class OnClose extends Callback
*/
public function onHandler(Server $server, int $fd)
{
Coroutine::defer(function () {
fire(Event::EVENT_AFTER_REQUEST);
});
$this->execute($server, $fd);
fire(Event::SYSTEM_RESOURCE_RELEASES);
}