1
This commit is contained in:
parent
af9b9d4244
commit
fee8a03cec
@ -67,7 +67,9 @@ void MasterMgr::_SS_MS_ResponseTargetServer(f8::MsgHdr& hdr, const ss::SS_MS_Res
|
|||||||
req->conn = conn;
|
req->conn = conn;
|
||||||
req->hdr_copy = nullptr;
|
req->hdr_copy = nullptr;
|
||||||
if (!req->timer_wp.expired()) {
|
if (!req->timer_wp.expired()) {
|
||||||
f8::Timer::Instance()->FireEvent(req->timer_wp, ALLOC_TARGET_SERVER_SUCCESS_TIMER_EVENT, nullptr);
|
f8::Timer::Instance()->FireEvent(req->timer_wp,
|
||||||
|
ALLOC_TARGET_SERVER_SUCCESS_TIMER_EVENT,
|
||||||
|
nullptr);
|
||||||
f8::Timer::Instance()->Delete(req->timer_wp);
|
f8::Timer::Instance()->Delete(req->timer_wp);
|
||||||
}
|
}
|
||||||
RemoveRequest(req->socket_handle);
|
RemoveRequest(req->socket_handle);
|
||||||
|
2
third_party/f8
vendored
2
third_party/f8
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 208022cc5f24064097151264ce6374013e827d7d
|
Subproject commit c15cb12a75cdc0e190a76ffa94f88c0ec06eec41
|
Loading…
x
Reference in New Issue
Block a user