diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-01-27 23:02:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-01-27 23:02:17 +0000 |
commit | fbc4407583528059923f48c5887d743e243326c3 (patch) | |
tree | 87528e1df90546657e2ad45aab623f52d9e04f44 /docs | |
parent | a79e5d79250c6f431d8623748700b69d52683924 (diff) | |
download | curl-fbc4407583528059923f48c5887d743e243326c3.tar.gz |
- David McCreedy fixed the Curl command line tool for HTTP on non-ASCII
platforms.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 2ccabb82f..90faf77fd 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -3,6 +3,18 @@ join in and help us correct one or more of these! Also be sure to check the changelog of the current development status, as one or more of these problems may have been fixed since this was written! +41. Jeff Pohlmeyer's curl_multi_socket crashing case. Recipe and instructions + here: http://curl.haxx.se/mail/lib-2007-01/0022.html + +40. HTTP Pipelining, NULL content + http://curl.haxx.se/bug/view.cgi?id=1631566 + +39. Steffen Rumler's Race Condition in Curl_proxyCONNECT: + http://curl.haxx.se/mail/lib-2007-01/0045.html + +38. Kumar Swamy Bhatt's problem in ftp/ssl "LIST" operation: + http://curl.haxx.se/mail/lib-2007-01/0103.html + 37. Having more than one connection to the same host when doing NTLM authentication (with performs multiple "passes" and authenticates a connection rather than a HTTP request), and particularly when using the |