KNOWN_BUGS: "Trying local ports fails on Windows"

Reported-by: gclinch on github
Closes #8112
This commit is contained in:
Daniel Stenberg 2022-01-01 17:59:56 +01:00
parent d8f6e5dc8e
commit 78dcbe40a6
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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