mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 02:25:52 +00:00
Ensure websocket PING/PONG token has length 8 (RIPD-1670)
This commit is contained in:
@@ -169,6 +169,7 @@ BaseWSPeer(
|
||||
io_service, journal)
|
||||
, request_(std::move(request))
|
||||
, timer_(io_service)
|
||||
, payload_ ("12345678") // ensures size is 8 bytes
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user