Don't use MultiSocket in Overlay:

The MultiSocket is obsolete technology which is superceded by a more
straightforward, template based implementation that is compatible with
boost::asio::coroutines. This removes support for the unused PROXY handshake
feature. After this change a large number of classes and source files may be
removed.
This commit is contained in:
Vinnie Falco
2014-10-13 10:43:52 -07:00
parent dbd75169e5
commit 4606d99951
13 changed files with 77 additions and 166 deletions

View File

@@ -20,7 +20,6 @@
#include <BeastConfig.h>
#include <ripple/common/impl/KeyCache.cpp>
#include <ripple/common/impl/MultiSocket.cpp>
#include <ripple/common/impl/ResolverAsio.cpp>
#include <ripple/common/impl/RippleSSLContext.cpp>
#include <ripple/common/impl/TaggedCache.cpp>