mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +03:00
parent
6de7322c03
commit
a46e412464
2 changed files with 2 additions and 2 deletions
2
lib/ws.c
2
lib/ws.c
|
|
@ -145,7 +145,7 @@ CURLcode Curl_ws_accept(struct Curl_easy *data)
|
|||
if(result)
|
||||
return result;
|
||||
|
||||
infof(data, "Recevied 101, switch to WebSockets; mask %02x%02x%02x%02x",
|
||||
infof(data, "Received 101, switch to WebSockets; mask %02x%02x%02x%02x",
|
||||
ws->ws.mask[0], ws->ws.mask[1], ws->ws.mask[2], ws->ws.mask[3]);
|
||||
k->upgr101 = UPGR101_RECEIVED;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue