This commit is contained in:
aozhiwei 2024-03-24 15:01:23 +08:00
parent 484a5a928a
commit 8873d2efac

View File

@ -125,10 +125,8 @@ void MasterMgr::_SS_MS_HttpTunnelResponse(f8::MsgHdr* hdr, const ss::SS_MS_HttpT
msg.port()
);
if (!conn.expired()) {
//conn.lock()->ForwardClientMsgEx(req->hdr_copy);
//f8::MsgHdr::Destroy(req->hdr_copy);
//req->conn = conn;
//req->hdr_copy = nullptr;
ss::SS_HttpTunnelRequest msg;
conn.lock()->SendMsg(req->socket_handle, msg);
if (!req->timer_wp.expired()) {
f8::Timer::Instance()->FireEvent(req->timer_wp,
ALLOC_TARGET_SERVER_SUCCESS_TIMER_EVENT,