mirror of
https://github.com/curl/curl.git
synced 2026-08-04 02:20:00 +03:00
KNOWN_BUGS: "Trying local ports fails on Windows"
Reported-by: gclinch on github Closes #8112
This commit is contained in:
parent
d8f6e5dc8e
commit
78dcbe40a6
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue