diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-03-29 23:20:15 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-03-29 23:20:15 +0200 |
commit | 31987c340ec99ec3f1e5943acd9509f4e3bf6a71 (patch) | |
tree | 55c6a760e9d6fb69ae4c282d03dbf7c4e8af5df4 /docs/KNOWN_BUGS | |
parent | fcdc597b1a78fcc2940a3725366af5559d4d2647 (diff) |
KNOWN_BUGS: 89 is bug #1411
Disabling pipelining on multi handle with in-progress pipelined requests
leads to heap corruption and crash
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 778856773..59d05a9b8 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -3,6 +3,9 @@ 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! +89. Disabling HTTP Pipelining when there are ongoing transfers can lead to + heap corruption and crash. http://curl.haxx.se/bug/view.cgi?id=1411 + 88. libcurl doesn't support CURLINFO_FILETIME for SFTP transfers and thus curl's -R option also doesn't work then. |