diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-08-04 22:07:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-08-04 22:07:50 +0000 |
commit | ed50e3f1b4bfafa9f0cb16626f6edd93e06cd14c (patch) | |
tree | 8bf61e06eb9c38f8802cce8361957f0cb40654a4 /TODO-RELEASE | |
parent | 3a499099af52ddc69a3647767521c99c9e9c42e4 (diff) |
- Yehoshua Hershberg found a problem that would make libcurl re-use a
connection with the multi interface even if a previous use of it caused a
CURLE_PEER_FAILED_VERIFICATION to get returned. I now make sure that failed
SSL connections properly close the connections.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index c2b2da5d5..ea1f18298 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -14,10 +14,6 @@ To be addressed before 7.19.0 (planned release: August 2008) * Third version of the patch fixing a failure to chose a proper data type submitted to the mailing list 2008-08-04. - -146 - Yehoshua Hershberg's re-using of connections that failed with - CURLE_PEER_FAILED_VERIFICATION - 148 - Introduction of m4/reentrant.m4 is triggering some problems on Solaris systems. The problem manifests when buildconf runs aclocal, at some point aclocal fails when using GNU m4 version 1.4.5 it runs out of memory. If |