This commit is contained in:
2021-04-19 16:33:58 +08:00
parent 0506a151de
commit f6d9ad21c4
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -139,7 +139,6 @@ class OnHandshake extends Callback
$sRequest->parseUri();
if (($node = $router->find_path($sRequest)) === null) {
var_dump($node);
return $this->disconnect($response, 404);
}
return $node->dispatch($sRequest, Response::create($response));