aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-05-10 22:17:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-05-10 22:17:42 +0000
commitc9c5ce23652db79f36925c1509a15ddf4f665422 (patch)
tree1bbae2f759500f21219e6df3d77354798409ba06 /CHANGES
parent975534370f111f341e7fb659e1df41f41247cde1 (diff)
David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extended
checks on the to-be-returned socket to make sure it truly seems to be alive and well. For SSL connection it (only) uses OpenSSL functions.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c700e2f64..9f08a3036 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (11 May 2006)
+- David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extended
+ checks on the to-be-returned socket to make sure it truly seems to be alive
+ and well. For SSL connection it (only) uses OpenSSL functions.
+
Daniel (10 May 2006)
- Fixed DICT in two aspects: