diff options
author | Daniel Stenberg <daniel@haxx.se> | 2022-01-01 17:59:56 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-01-01 17:59:56 +0100 |
commit | 78dcbe40a6cb36f5fa56c9c479989b3dca36de6d (patch) | |
tree | 015c429204b9736f56df0a9fc23d78fed7415588 | |
parent | d8f6e5dc8ebce2b2c258227651c5f193de5e58f8 (diff) | |
download | curl-78dcbe40a6cb36f5fa56c9c479989b3dca36de6d.tar.gz |
KNOWN_BUGS: "Trying local ports fails on Windows"
Reported-by: gclinch on github
Closes #8112
-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 |