diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-05-10 22:17:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-05-10 22:17:42 +0000 |
commit | c9c5ce23652db79f36925c1509a15ddf4f665422 (patch) | |
tree | 1bbae2f759500f21219e6df3d77354798409ba06 /CHANGES | |
parent | 975534370f111f341e7fb659e1df41f41247cde1 (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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |