Refactor handshake parsing and logic classes

This commit is contained in:
Vinnie Falco
2013-08-16 13:42:20 -07:00
parent 2ce0ada8f5
commit 4eb3504a75
15 changed files with 747 additions and 607 deletions

View File

@@ -24,7 +24,7 @@ TestPeerLogicProxyClient::TestPeerLogicProxyClient (Socket& socket)
void TestPeerLogicProxyClient::on_pre_handshake ()
{
ProxyHandshake h;
//ProxyHandshakeParser h;
static std::string line (
"PROXY TCP4 255.255.255.255 255.255.255.255 65535 65535\r\n"