mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Migrate to I2Pservice
This commit is contained in:
parent
dd42819a2f
commit
90005c8237
@@ -196,8 +196,7 @@ namespace proxy
|
||||
if (HandleData(m_http_buff, len)) {
|
||||
if (m_state == DONE) {
|
||||
LogPrint(eLogInfo,"--- HTTP Proxy requested: ", m_url);
|
||||
GetOwner()->GetLocalDestination ()->CreateStream (
|
||||
std::bind (&HTTPProxyHandler::HandleStreamRequestComplete,
|
||||
GetOwner()->CreateStream (std::bind (&HTTPProxyHandler::HandleStreamRequestComplete,
|
||||
this, std::placeholders::_1), m_address, m_port);
|
||||
} else {
|
||||
AsyncSockRead();
|
||||
|
||||
Reference in New Issue
Block a user