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