mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
parent
62a8095e71
commit
50ef91b59a
@ -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…
Reference in New Issue
Block a user