Ping and Pong messages cannot be fragmented (autobahn test: 5.1 and 5.2 Fragmentation)

This commit is contained in:
Benjamin Sergeant
2019-09-02 10:13:40 -07:00
parent 94c8966e86
commit cbe3e7617c
5 changed files with 27 additions and 5 deletions

View File

@ -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