]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: 89 is bug #1411
authorDaniel Stenberg <daniel@haxx.se>
Sun, 29 Mar 2015 21:20:15 +0000 (23:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 29 Mar 2015 21:20:15 +0000 (23:20 +0200)
Disabling pipelining on multi handle with in-progress pipelined requests
leads to heap corruption and crash

docs/KNOWN_BUGS

index 77885677369573ee962848d3b183838f46566eff..59d05a9b8d7c2b04e584c9d585cb934e57847ca9 100644 (file)
@@ -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.