mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
parent
61b79dee79
commit
a4196e2249
23 changed files with 51 additions and 90 deletions
2
lib/ws.c
2
lib/ws.c
|
|
@ -1876,7 +1876,7 @@ CURL_EXTERN CURLcode curl_ws_start_frame(CURL *d,
|
|||
result = ws_enc_write_head(data, ws, &ws->enc, flags, frame_len,
|
||||
&ws->sendbuf);
|
||||
if(result)
|
||||
CURL_TRC_WS(data, "curl_start_frame(), error adding frame head %d",
|
||||
CURL_TRC_WS(data, "curl_start_frame(), error adding frame head %d",
|
||||
result);
|
||||
|
||||
out:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue