some cleanup

This commit is contained in:
orignal 2014-10-01 21:18:41 -04:00
parent 30233bed77
commit ef2932a234
6 changed files with 10 additions and 10 deletions

View file

@ -93,7 +93,7 @@ namespace proxy
}
LogPrint("--- socks4a sock forward: ", len);
m_stream->Send(m_sock_buff, len, 1);
m_stream->Send(m_sock_buff, len);
}
void SOCKS4AHandler::HandleSockRecv(const boost::system::error_code & ecode, std::size_t len)