mirror of
https://github.com/curl/curl.git
synced 2026-06-02 02:44:35 +03:00
select_res is not a socket, it should be a plain int
This commit is contained in:
parent
f13ac35edf
commit
76cf020750
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ CURLcode Curl_readwrite(struct connectdata *conn,
|
|||
|
||||
curl_socket_t fd_read;
|
||||
curl_socket_t fd_write;
|
||||
curl_socket_t select_res;
|
||||
int select_res;
|
||||
|
||||
curl_off_t contentlength;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue