mirror of
https://github.com/curl/curl.git
synced 2026-07-27 08:27:19 +03:00
parent
60ab58a8a5
commit
4651d4c76b
20 changed files with 29 additions and 32 deletions
2
lib/ws.c
2
lib/ws.c
|
|
@ -445,7 +445,7 @@ static CURLcode ws_dec_read_head(struct ws_decoder *dec,
|
|||
break;
|
||||
case 10:
|
||||
if(dec->head[2] > 127) {
|
||||
failf(data, "[WS] frame length longer than 63 bit not supported");
|
||||
failf(data, "[WS] frame length longer than 63 bits not supported");
|
||||
return CURLE_RECV_ERROR;
|
||||
}
|
||||
dec->payload_len =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue