Skip to content

Commit 2c3a6d6

Browse files
Merge pull request #1 from alibuild/alibot-cleanup-14687
Please consider the following formatting changes to #14687
2 parents 3e160df + 2cea051 commit 2c3a6d6

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)