diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-10-25 14:05:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-10-25 14:05:21 +0000 |
commit | 33dc28b90514657eb13a4c029a9cc51d5041a8a4 (patch) | |
tree | 7e80c6891809e6dc562bb9da896d516597d6ce6e /CHANGES | |
parent | 43ce64dcca6f1d3fdc48b674e2f3106ca4af114f (diff) |
multi IP socket description leak with multi interface
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -8,6 +8,14 @@ +Daniel (25 October 2005) +- Amol Pattekar reported a bug with great detail and a fine example in bug + #1326306 (http://curl.haxx.se/bug/view.cgi?id=1326306). When using the multi + interface and connecting to a host with multiple IP addresses, and one of + the addresses fails to connect (the server must exist and respond, just not + accept connections) libcurl leaks a socket descriptor. Thanks to the fine + report, I could find and fix this. + Daniel (22 October 2005) - Dima Barsky reported a problem with GnuTLS-enabled libcurl in bug report #1334338 (http://curl.haxx.se/bug/view.cgi?id=1334338). When reading an SSL |