mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-25 17:45:34 +08:00
fix a bug
This commit is contained in:
@@ -359,7 +359,6 @@ class ServerEventHandler
|
|||||||
try {
|
try {
|
||||||
$dis1->dispatchEvents($request, $response);
|
$dis1->dispatchEvents($request, $response);
|
||||||
$dis->dispatchEvents($request, $response);
|
$dis->dispatchEvents($request, $response);
|
||||||
var_dump($dis->status);
|
|
||||||
if ($dis->status === EventDispatcher::STATUS_NORMAL && $dis1->status === EventDispatcher::STATUS_NORMAL) {
|
if ($dis->status === EventDispatcher::STATUS_NORMAL && $dis1->status === EventDispatcher::STATUS_NORMAL) {
|
||||||
$result = HttpUtil::parseUri($request, $response, $request->server["request_uri"], $node, $params);
|
$result = HttpUtil::parseUri($request, $response, $request->server["request_uri"], $node, $params);
|
||||||
if ($result === true) {
|
if ($result === true) {
|
||||||
|
|||||||
Reference in New Issue
Block a user