resume destination upon new incoming connection in HTTP and SOCKS proxy

This commit is contained in:
orignal
2026-04-08 20:46:58 -04:00
parent ae3de9ef46
commit 62c5a96cd9
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -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;