summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-10-27 13:40:06 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-10-28 17:57:14 +0200
commita55256cfb2425a6d37ac8173a6a5cdf5b3529be0 (patch)
tree794c9390fccbeaa18cbc50612c991cea315f379e /docs
parentb830f9ba9e94acf672cd191993ff679fa888838b (diff)
downloadcurl-a55256cfb2425a6d37ac8173a6a5cdf5b3529be0.tar.gz
curl: timeout in the read callback
The read callback can timeout if there's nothing to read within the given maximum period. Example use case is when doing "curl -m 3 telnet://example.com" or anything else that expects input on stdin or similar that otherwise would "hang" until something happens and then not respect the timeout. This fixes KNOWN_BUG 8.1, first filed in July 2009. Bug: https://sourceforge.net/p/curl/bugs/846/ Closes #9815
Diffstat (limited to 'docs')
-rw-r--r--docs/KNOWN_BUGS6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 8e87000e0..4fd3fc7b1 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -95,7 +95,6 @@ problems may have been fixed or changed somewhat since this was written.
7.12 FTPS directory listing hangs on Windows with Schannel
8. TELNET
- 8.1 TELNET and time limitations do not work
8.2 Microsoft telnet server
9. SFTP and SCP
@@ -781,11 +780,6 @@ problems may have been fixed or changed somewhat since this was written.
8. TELNET
-8.1 TELNET and time limitations do not work
-
- When using telnet, the time limitation options do not work.
- https://curl.se/bug/view.cgi?id=846
-
8.2 Microsoft telnet server
There seems to be a problem when connecting to the Microsoft telnet server.