Ping and Pong messages cannot be fragmented (autobahn test: 5.1 and 5.2 Fragmentation)
This commit is contained in:
@ -26,5 +26,7 @@ namespace ix
|
||||
static const std::string kProtocolErrorMessage;
|
||||
static const std::string kNoStatusCodeErrorMessage;
|
||||
static const std::string kProtocolErrorReservedBitUsed;
|
||||
static const std::string kProtocolErrorPingPayloadOversized;
|
||||
static const std::string kProtocolErrorCodeControlMessageFragmented;
|
||||
};
|
||||
} // namespace ix
|
||||
|
Reference in New Issue
Block a user