mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 04:25:08 -05:00
select_res is not a socket, it should be a plain int
This commit is contained in:
parent
f13ac35edf
commit
76cf020750
@ -285,7 +285,7 @@ CURLcode Curl_readwrite(struct connectdata *conn,
|
|||||||
|
|
||||||
curl_socket_t fd_read;
|
curl_socket_t fd_read;
|
||||||
curl_socket_t fd_write;
|
curl_socket_t fd_write;
|
||||||
curl_socket_t select_res;
|
int select_res;
|
||||||
|
|
||||||
curl_off_t contentlength;
|
curl_off_t contentlength;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user