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 2c3a6d6 commit 00c55fdCopy full SHA for 00c55fd
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, char const* protocol = "")
+std::string encode_websocket_handshake_reply(char const* nonce)
218
{
219
constexpr auto res =
220
"HTTP/1.1 101 Switching Protocols\r\n"
0 commit comments