mirror of
https://github.com/curl/curl.git
synced 2026-05-30 03:07:28 +03:00
parent
62a8095e71
commit
50ef91b59a
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ void curl_perform(uv_poll_t *req, int status, int events)
|
|||
if(events & UV_WRITABLE)
|
||||
flags |= CURL_CSELECT_OUT;
|
||||
|
||||
context = (curl_context_t *) req;
|
||||
context = (curl_context_t *) req->data;
|
||||
|
||||
curl_multi_socket_action(curl_handle, context->sockfd, flags,
|
||||
&running_handles);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue