diff --git a/server/wsproxy/mastermgr.cc b/server/wsproxy/mastermgr.cc index 19a048c..d9b7a2b 100644 --- a/server/wsproxy/mastermgr.cc +++ b/server/wsproxy/mastermgr.cc @@ -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,