1
This commit is contained in:
parent
dcd28f7e45
commit
684e548134
@ -297,7 +297,11 @@ func (this *httpCliMgr) internalSendGetOrPost(
|
||||
}
|
||||
}
|
||||
}
|
||||
go doFunc()
|
||||
if style == GO_STYLE_REQUEST {
|
||||
doFunc()
|
||||
} else {
|
||||
go doFunc()
|
||||
}
|
||||
return handle
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user