mirror of
https://github.com/curl/curl.git
synced 2026-08-06 22:16:13 +03:00
multi use: call multi_perform even on select() timeouts
This commit is contained in:
parent
909e711e74
commit
542318b113
4 changed files with 7 additions and 19 deletions
|
|
@ -112,7 +112,6 @@ int main(int argc, char *argv[])
|
|||
/* select error */
|
||||
break;
|
||||
case 0:
|
||||
printf("timeout!\n");
|
||||
default:
|
||||
/* timeout or readable/writable sockets */
|
||||
printf("perform!\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue