We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c55fd commit 6cf4c19Copy full SHA for 6cf4c19
Framework/Core/src/HTTPParser.cxx
@@ -214,7 +214,7 @@ std::string HTTPParserHelpers::calculateAccept(const char* nonce)
214
return fmt::format("{}", base);
215
}
216
217
-std::string encode_websocket_handshake_reply(char const* nonce)
+std::string encode_websocket_handshake_reply(char const* nonce, const char* protocol)
218
{
219
constexpr auto res =
220
"HTTP/1.1 101 Switching Protocols\r\n"
0 commit comments