This commit is contained in:
2021-09-07 16:14:44 +08:00
parent 968814bd57
commit e412f0681f
7 changed files with 144 additions and 84 deletions
-1
View File
@@ -40,7 +40,6 @@ class Http extends \Server\Abstracts\Http implements OnClose, OnConnect
*/
public function onRequest(Request $request, Response $response): void
{
// TODO: Implement onRequest() method.
try {
[$request, $psr7Response] = \Server\Constrict\Request::create($request);
$node = $this->router->Branch_search($request);