mirror of
https://github.com/curl/curl.git
synced 2026-07-23 16:57:19 +03:00
parent
4f0bc19bc7
commit
1b0cab695d
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue