1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00

non-blocking connect please

This commit is contained in:
Daniel Stenberg 2001-08-09 12:04:16 +00:00
parent 33dc9c1f95
commit 1ddf2907c7

View File

@ -12,6 +12,9 @@ TODO
To do in a future release (random order): To do in a future release (random order):
* Make the connect non-blocking so that timeouts work for connect in
multi-threaded programs
* Using FILE * in the libcurl API introduces a serious limitation since (at * Using FILE * in the libcurl API introduces a serious limitation since (at
least in the *nix falvours I know) you can fopen only the first 256 least in the *nix falvours I know) you can fopen only the first 256
files. This means, that an application that first opens or fopens 256 files files. This means, that an application that first opens or fopens 256 files