This commit is contained in:
as2252258@163.com
2021-04-23 03:38:26 +08:00
parent a5a607495f
commit 1edd8c5429
15 changed files with 264 additions and 278 deletions
-1
View File
@@ -50,7 +50,6 @@ class OnReceive extends Callback
try {
defer(function (){
fire(Event::SYSTEM_RESOURCE_RELEASES);
\logger_insert();
});
$request = $this->_request($fd, $data, $reID);
if (($node = $this->router->find_path($request)) === null) {