diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-08-31 23:23:40 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-08-31 23:23:40 +0200 |
commit | 7735141e73a56810daf4b0727fb932f69386ce45 (patch) | |
tree | 8b1e439c70a074f9989f6e3f3a3df92228693280 /docs/KNOWN_BUGS | |
parent | 5ede86ae51b8f71be35152584815f80dbd5a327a (diff) | |
download | curl-7735141e73a56810daf4b0727fb932f69386ce45.tar.gz |
test2032: bail out after last transfer
The test would hang and get aborted with a "ABORTING TEST, since it
seems that it would have run forever." until I prevented that from
happening.
I also fixed the data file which got broken CRLF line endings when I
sucked down the path from Joe's repo == my fault.
Removed #37 from KNOWN_BUGS as this fix and test case verifies exactly
this.
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 6e207789c..4601d48da 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -134,13 +134,6 @@ may have been fixed since this was written! 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 - multi interface, there's a risk that libcurl will re-use a wrong connection - when doing the different passes in the NTLM negotiation and thus fail to - negotiate (in seemingly mysterious ways). - 35. Both SOCKS5 and SOCKS4 proxy connections are done blocking, which is very bad when used with the multi interface. |