diff options
-rw-r--r-- | docs/KNOWN_BUGS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index dabd8c005..20f60a912 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -128,6 +128,7 @@ problems may have been fixed or changed somewhat since this was written. 13. TCP/IP 13.1 --interface for ipv6 binds to unusable IP address + 13.2 Trying local ports fails on Windows 14. DICT 14.1 DICT responses show the underlying protocol @@ -999,6 +1000,14 @@ problems may have been fixed or changed somewhat since this was written. https://github.com/curl/curl/issues/686 +13.2 Trying local ports fails on Windows + + This makes '--local-port [range]' to not work since curl can't properly + detect if a port is already in use, so it'll try the first port, use that and + then subsequently fail anyway if that was actually in use. + + https://github.com/curl/curl/issues/8112 + 14. DICT 14.1 DICT responses show the underlying protocol |