Revert "Add ProtocolStart and GracefulClose P2P protocol messages (#3839)" (#4850)

This reverts commit 8f89694fae.
This commit is contained in:
Bronek Kozicki
2023-12-19 20:52:25 +00:00
committed by GitHub
parent 3b191a3097
commit ffb53f2085
14 changed files with 140 additions and 565 deletions

View File

@@ -88,7 +88,7 @@ public:
BEAST_EXPECT(
negotiateProtocolVersion(
"RTXP/1.2, XRPL/2.2, XRPL/2.3, XRPL/999.999") ==
make_protocol(2, 3));
make_protocol(2, 2));
BEAST_EXPECT(
negotiateProtocolVersion("XRPL/999.999, WebSocket/1.0") ==
std::nullopt);