mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:03:31 +03:00
parent
2e770b33e8
commit
dd71f61ea2
53 changed files with 65 additions and 84 deletions
1
lib/ws.c
1
lib/ws.c
|
|
@ -1560,7 +1560,6 @@ CURLcode curl_ws_recv(CURL *d, void *buffer,
|
|||
return CURLE_BAD_FUNCTION_ARGUMENT;
|
||||
}
|
||||
|
||||
|
||||
memset(&ctx, 0, sizeof(ctx));
|
||||
ctx.data = data;
|
||||
ctx.ws = ws;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue