Skip to content

Commit 00c55fd

Browse files
authored
Update Framework/Core/src/HTTPParser.cxx
1 parent 2c3a6d6 commit 00c55fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/HTTPParser.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ std::string HTTPParserHelpers::calculateAccept(const char* nonce)
214214
return fmt::format("{}", base);
215215
}
216216

217-
std::string encode_websocket_handshake_reply(char const* nonce, char const* protocol = "")
217+
std::string encode_websocket_handshake_reply(char const* nonce)
218218
{
219219
constexpr auto res =
220220
"HTTP/1.1 101 Switching Protocols\r\n"

0 commit comments

Comments
 (0)