From 78dcbe40a6cb36f5fa56c9c479989b3dca36de6d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 1 Jan 2022 17:59:56 +0100 Subject: [PATCH] KNOWN_BUGS: "Trying local ports fails on Windows" Reported-by: gclinch on github Closes #8112 --- docs/KNOWN_BUGS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index dabd8c0058..20f60a9129 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 -- 2.47.3