mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Use MultiSocket for websocket
This commit is contained in:
@@ -250,9 +250,9 @@ public:
|
||||
{
|
||||
try
|
||||
{
|
||||
WriteLog (lsDEBUG, WSServerHandlerLog) << "Ws:: Rejected("
|
||||
<< cpClient->get_socket ().remote_endpoint ().to_string ()
|
||||
<< ") '" << mpMessage->get_payload () << "'";
|
||||
WriteLog (lsDEBUG, WSServerHandlerLog) <<
|
||||
"Ws:: Rejected(" << cpClient->get_socket ().remote_endpoint ().to_string () <<
|
||||
") '" << mpMessage->get_payload () << "'";
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
@@ -302,9 +302,9 @@ public:
|
||||
|
||||
try
|
||||
{
|
||||
WriteLog (lsDEBUG, WSServerHandlerLog) << "Ws:: Receiving("
|
||||
<< cpClient->get_socket ().remote_endpoint ().to_string ()
|
||||
<< ") '" << mpMessage->get_payload () << "'";
|
||||
WriteLog (lsDEBUG, WSServerHandlerLog) <<
|
||||
"Ws:: Receiving(" << cpClient->get_socket ().remote_endpoint ().to_string () <<
|
||||
") '" << mpMessage->get_payload () << "'";
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
|
||||
@@ -52,7 +52,7 @@ public:
|
||||
}
|
||||
|
||||
void set_plain_only() {
|
||||
m_plain_only = true;
|
||||
m_plain_only = true;
|
||||
}
|
||||
|
||||
// should be private friended?
|
||||
|
||||
Reference in New Issue
Block a user