diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-30 21:01:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-30 21:01:23 +0000 |
commit | be1cece69b2bc7b73c07166ec5e164fabdac1c95 (patch) | |
tree | 9191ac933a02caa4ab288e8b64ebd32e0d474f6b /TODO-RELEASE | |
parent | 45be6d6645ebc20d9fac83ba2b1c17327faced49 (diff) | |
download | curl-be1cece69b2bc7b73c07166ec5e164fabdac1c95.tar.gz |
- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows an
app to retrieve the errno variable after a (connect) failure. It will make
sense to provide this for more failures in a more generic way, but let's
start like this.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 0164f2300..af7ec5481 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -3,7 +3,7 @@ Issues not sorted in any particular order. To get fixed in 7.12.2 (planned release: mid October 2004) ====================== -40 - Larry Campbell's curl_easy_getinfo patch +40 - fixed 41 - Fedor Karpelevitch's formpost path basename patch @@ -15,7 +15,7 @@ To get fixed in 7.12.2 (planned release: mid October 2004) 45 - Chris' suspected race condition in the windows threaded resolver -46 - Casey O'Donnell's multi.h winsock header fix +46 - fixed 47 - Peter Sylvester's patch related to the new SRP on the TLS layer |