diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-03-12 14:14:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-03-12 14:14:52 +0000 |
commit | 34c4ba4321f6b7b04c43c6164f76a66c6ef090b0 (patch) | |
tree | e7b7469a1205c75a908aa57acf66860c2747bb02 /docs/KNOWN_BUGS | |
parent | babb372eb9ac184744bf920be82401c04fddbd08 (diff) |
-m on curl on windows with telnet doesn't work
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index f5b7c844c..f9305fc42 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -15,6 +15,8 @@ may have been fixed since this was written! * configure --disable-http is not fully supported. All other protocols seem to work to disable. +* The -m parameter does not work when using telnet with curl on Windows. + * If a HTTP server responds to a HEAD request and includes a body (thus violating the RFC2616), curl won't wait to read the response but just stop reading and return back. If a second request (let's assume a GET) is then |