mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add TestPeerLogicProxyClient
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 ());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user