diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2001-03-07 23:24:23 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-07 23:24:23 +0000 | 
| commit | bcf448ee325ea681b476de2ece9433ef7137c01a (patch) | |
| tree | 99ddfcf5c83b241cd9cd5d6aa074e729749aab38 | |
| parent | 91e4da7ddb75e68c71f19cf5d009550431bdcf4c (diff) | |
connection timeout is in for 7.7
| -rw-r--r-- | docs/TODO | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -11,13 +11,15 @@ TODO   product! (Yes, you may add things not mentioned here, these are just a   few teasers...) -To be done for the 7.7 relase: +To be done for the 7.7 release:   * Fix the random seeding. Add --egd-socket and --random-file options to the     curl client and libcurl curl_easy_setopt() interface.   * Support persistant connections (fully detailed elsewhere) + * Add a special connection-timeout that only goes for the connection phase. +  To be done after the 7.7 release:   * Make SSL session ids get used if multiple HTTPS documents from the same | 
