diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-12-11 13:41:03 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-12-11 13:41:03 +0100 |
commit | 3b9ea70ee7f1e274f4fdc8ce599f2a180c05e22c (patch) | |
tree | 1c4e9ccfe53605deb88dc6da64870a3ff4ae4419 /docs/TODO | |
parent | 48c184a604417623e5af7bbb2addc6a66b046e57 (diff) |
TODO: Expose tried IP addresses that failed
Suggested-by: Rainer Canavan
Closes #2126
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -37,6 +37,7 @@ 1.21 API for URL parsing/splitting 1.23 Offer API to flush the connection pool 1.24 TCP Fast Open for windows + 1.25 Expose tried IP addresses that failed 2. libcurl - multi interface 2.1 More non-blocking @@ -364,6 +365,13 @@ Mac OS. Windows supports TCP Fast Open starting with Windows 10, version 1607 and we should add support for it. +1.25 Expose tried IP addresses that failed + + When libcurl fails to connect to a host, it should be able to offer the + application the list of IP addresses that were used in the attempt. + + https://github.com/curl/curl/issues/2126 + 2. libcurl - multi interface 2.1 More non-blocking |