Remove websocketpp support (RIPD-1293)

This commit is contained in:
Mike Ellery
2016-11-19 19:55:14 -08:00
committed by Nik Bougalis
parent 8d83aa5c07
commit 3d0314c621
262 changed files with 18 additions and 49797 deletions

View File

@@ -23,13 +23,6 @@
namespace ripple {
// Detects legacy websockets only.
bool
Port::websockets() const
{
return protocol.count("ws") > 0 || protocol.count("wss") > 0;
}
bool
Port::secure() const
{