Import ProxyHandshake into beast

This commit is contained in:
Vinnie Falco
2013-08-10 03:24:32 -07:00
parent e187e7e282
commit 95ec3f4db5
9 changed files with 51 additions and 21 deletions

View File

@@ -28,6 +28,8 @@ namespace beast
#include "sockets/beast_Socket.cpp"
#include "sockets/beast_SslContext.cpp"
#include "protocol/beast_ProxyHandshake.cpp"
#include "tests/beast_TestPeerBasics.cpp"
#include "tests/beast_TestPeerLogic.cpp"
#include "tests/beast_TestPeerLogicSyncServer.cpp"