mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
Everywhere: Fix a bunch of typos
This commit is contained in:
parent
bebbeda726
commit
0aab774343
Notes:
sideshowbarker
2024-07-18 17:56:38 +09:00
Author: https://github.com/linusg
Commit: 0aab774343
14 changed files with 21 additions and 21 deletions
|
@ -219,7 +219,7 @@ void WebSocket::read_server_handshake()
|
|||
}
|
||||
if (parts[1] != "101") {
|
||||
// 1. If the status code is not 101, handle as per HTTP procedures.
|
||||
// FIXME : This could be a redirect or a 401 authentification request, which we do not handle.
|
||||
// FIXME : This could be a redirect or a 401 authentication request, which we do not handle.
|
||||
dbgln("WebSocket: Server HTTP Handshake return status {} which isn't supported", parts[1]);
|
||||
fatal_error(WebSocket::Error::ConnectionUpgradeFailed);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue