aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-29 11:27:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-29 11:27:33 +0000
commit03f8ec89dbd15c804fd37b3eb5c502377bc94d27 (patch)
treec857df123acd808e4985833211b91543a3408cd9 /CHANGES
parentf633ab688b4a9a4670c99efa1ebbfee2223db605 (diff)
multi interface connect fix
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 897670b00..0154c2ee2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (29 June 2004)
+- Fixed code to allow connects done using the multi interface to attempt the
+ next IP when connecting to a host that resolves to multiple IPs and a
+ connect attempt fails.
+
Daniel (27 June 2004)
- Based on Rob Stanzel's bug report #979480, I wrote a configure check that
checks if poll() can be used to wait on NULL as otherwise select() should be