1
This commit is contained in:
parent
484a5a928a
commit
8873d2efac
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user