mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove websocketpp support (RIPD-1293)
This commit is contained in:
committed by
Nik Bougalis
parent
8d83aa5c07
commit
3d0314c621
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user