Add TestPeerLogicProxyClient

This commit is contained in:
Vinnie Falco
2013-08-16 08:57:25 -07:00
parent bb941354ce
commit 59fe53781f
2 changed files with 2 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ namespace beast
#include "tests/beast_TestPeerBasics.cpp"
#include "tests/beast_TestPeerLogic.cpp"
#include "tests/beast_TestPeerLogicProxyClient.cpp"
#include "tests/beast_TestPeerLogicSyncServer.cpp"
#include "tests/beast_TestPeerLogicSyncClient.cpp"
#include "tests/beast_TestPeerLogicAsyncServer.cpp"

View File

@@ -31,6 +31,5 @@ void TestPeerLogicProxyClient::on_pre_handshake ()
// 56 chars
);
std::size_t const amount = boost::asio::write (
socket (), boost::asio::buffer (line), error ());
boost::asio::write (socket (), boost::asio::buffer (line), error ());
}