mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:53:39 +03:00
parent
37c6744997
commit
ad42850b23
4 changed files with 4 additions and 4 deletions
|
|
@ -68,7 +68,7 @@ static size_t readcb(char *buf, size_t nitems, size_t buflen, void *p)
|
|||
result = curl_ws_start_frame(ctx->easy, CURLWS_TEXT,
|
||||
(curl_off_t)ctx->blen);
|
||||
if(result) {
|
||||
fprintf(stderr, "error staring frame: %d\n", result);
|
||||
fprintf(stderr, "error starting frame: %d\n", result);
|
||||
return CURL_READFUNC_ABORT;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue