From: Daniel Stenberg Date: Thu, 5 May 2022 11:56:50 +0000 (+0200) Subject: TODO: expand on "Expose tried IP addresses that failed" X-Git-Tag: curl-7_83_1~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b0cab695d448231a6afd65804ddaf93a45e3d98;p=thirdparty%2Fcurl.git TODO: expand on "Expose tried IP addresses that failed" Ref: #8794 --- diff --git a/docs/TODO b/docs/TODO index 8ddfcc0c83..5c5a77a835 100644 --- a/docs/TODO +++ b/docs/TODO @@ -377,8 +377,10 @@ 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. + When libcurl fails to connect to a host, it could offer the application the + addresses that were used in the attempt. Source + dest IP, source + dest port + and protocol (UDP or TCP) for each failure. Possibly as a callback. Perhaps + also provide "reason". https://github.com/curl/curl/issues/2126