mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-08-29 03:18:28 +00:00
resume destination upon new incoming connection in HTTP and SOCKS proxy
This commit is contained in:
@@ -646,6 +646,7 @@ namespace proxy
|
||||
{
|
||||
case CMD_CONNECT:
|
||||
//make an i2p session
|
||||
GetOwner ()->UpdateLastActivityTime ();
|
||||
GetOwner()->CreateStream ( std::bind (&SOCKSHandler::HandleStreamRequestComplete,
|
||||
shared_from_this(), std::placeholders::_1), m_address.dns.ToString(), m_port);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user