From fee8a03cecedb8736bc641fa12a0468a1de4ea78 Mon Sep 17 00:00:00 2001 From: azw Date: Fri, 14 Apr 2023 07:20:41 +0000 Subject: [PATCH] 1 --- server/wsproxy/mastermgr.cc | 4 +++- third_party/f8 | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/server/wsproxy/mastermgr.cc b/server/wsproxy/mastermgr.cc index 6db52e4..9800c4e 100644 --- a/server/wsproxy/mastermgr.cc +++ b/server/wsproxy/mastermgr.cc @@ -67,7 +67,9 @@ void MasterMgr::_SS_MS_ResponseTargetServer(f8::MsgHdr& hdr, const ss::SS_MS_Res req->conn = conn; req->hdr_copy = nullptr; 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); } RemoveRequest(req->socket_handle); diff --git a/third_party/f8 b/third_party/f8 index 208022c..c15cb12 160000 --- a/third_party/f8 +++ b/third_party/f8 @@ -1 +1 @@ -Subproject commit 208022cc5f24064097151264ce6374013e827d7d +Subproject commit c15cb12a75cdc0e190a76ffa94f88c0ec06eec41