Skip to content

Commit 2cea051

Browse files
committed
Please consider the following formatting changes
1 parent 3e160df commit 2cea051

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
@@ -221,7 +221,7 @@ std::string encode_websocket_handshake_reply(char const* nonce, char const* prot
221221
"Upgrade: websocket\r\n"
222222
"Connection: Upgrade\r\n"
223223
"Access-Control-Allow-Origin: \"*\"\r\n"
224-
"{}"
224+
"{}"
225225
"Sec-WebSocket-Accept: {}\r\n\r\n";
226226
return fmt::format(res, protocol && protocol[0] ? fmt::format("Sec-WebSocket-Protocol: {}\r\n", protocol) : "", HTTPParserHelpers::calculateAccept(nonce));
227227
}

0 commit comments

Comments
 (0)