fix a bug

This commit is contained in:
jerry
2021-01-02 20:00:33 +08:00
parent 0a5defaf29
commit a1ad634926

View File

@@ -359,7 +359,6 @@ class ServerEventHandler
try {
$dis1->dispatchEvents($request, $response);
$dis->dispatchEvents($request, $response);
var_dump($dis->status);
if ($dis->status === EventDispatcher::STATUS_NORMAL && $dis1->status === EventDispatcher::STATUS_NORMAL) {
$result = HttpUtil::parseUri($request, $response, $request->server["request_uri"], $node, $params);
if ($result === true) {