diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-01-29 12:58:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-29 12:58:25 +0000 |
commit | 1bfbd250272d019949c89e48bfbeb7cd00d20029 (patch) | |
tree | 5f831e6edb5a0f0974c6fb7dc69c314a6ecc708f /docs/KNOWN_BUGS | |
parent | ceb5a8ca7bc340ea14588fc145a653fbf0d1dc2a (diff) |
- Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previously
crash!
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 566592ffd..c40219bb4 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -12,9 +12,6 @@ may have been fixed since this was written! wants NTLM and close the connection to the initial CONNECT response: http://curl.haxx.se/bug/view.cgi?id=1879375 -50. Curl_done() and pipelning aren't totally cool together: - http://curl.haxx.se/mail/lib-2008-01/0330.html - 49. If using --retry and the transfer timeouts (possibly due to using -m or -y/-Y) the next attempt doesn't resume the transfer properly from what was downloaded in the previous attempt but will truncate and restart at the |