mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:23:40 +03:00
parent
70f240b2ed
commit
9c0b239ec1
3 changed files with 3 additions and 3 deletions
2
lib/ws.c
2
lib/ws.c
|
|
@ -990,7 +990,7 @@ static CURLcode ws_enc_add_pending(struct Curl_easy *data,
|
|||
(curl_off_t)ws->pending.payload_len,
|
||||
&ws->sendbuf);
|
||||
if(result) {
|
||||
CURL_TRC_WS(data, "ws_enc_cntrl(), error addiong head: %d",
|
||||
CURL_TRC_WS(data, "ws_enc_cntrl(), error adding head: %d",
|
||||
result);
|
||||
goto out;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue