mirror of
https://github.com/curl/curl.git
synced 2026-07-26 01:27:15 +03:00
KNOWN_BUGS: telnet code does not handle partial writes properly
Reported in Joshua's sarif data Closes #18735
This commit is contained in:
parent
e08211b1ca
commit
882293cc81
1 changed files with 6 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ problems may have been fixed or changed somewhat since this was written.
|
|||
12.4 LDAPS requests to ActiveDirectory server hang
|
||||
|
||||
13. TCP/IP
|
||||
13.1 telnet code does not handle partial writes properly
|
||||
13.2 Trying local ports fails on Windows
|
||||
|
||||
15. CMake
|
||||
|
|
@ -547,6 +548,11 @@ problems may have been fixed or changed somewhat since this was written.
|
|||
|
||||
13. TCP/IP
|
||||
|
||||
13.1 telnet code does not handle partial writes properly
|
||||
|
||||
It probably does not happen too easily because of how slow and infrequent
|
||||
sends are normally performed.
|
||||
|
||||
13.2 Trying local ports fails on Windows
|
||||
|
||||
This makes '--local-port [range]' to not work since curl cannot properly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue