mirror of
https://github.com/joyieldInc/predixy.git
synced 2025-12-24 22:46:41 +08:00
script load fix
This commit is contained in:
parent
dacf3fb30c
commit
4bcd5c38df
@ -617,6 +617,9 @@ bool Handler::preHandleRequest(Request* req, const String& key)
|
||||
req->setType(Command::ScriptLoad);
|
||||
req->follow(req);
|
||||
while (Server* serv = sp->iter(cursor)) {
|
||||
if (serv->fail()) {
|
||||
continue;
|
||||
}
|
||||
RequestPtr r = RequestAlloc::create();
|
||||
r->follow(req);
|
||||
ConnectConnection* s = getConnectConnection(r, serv);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user