]> granicus.if.org Git - curl/commitdiff
pasted here (and renumbered) from the TODO-RELEASE since they are in fact
authorDaniel Stenberg <daniel@haxx.se>
Wed, 12 Aug 2009 08:02:42 +0000 (08:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 12 Aug 2009 08:02:42 +0000 (08:02 +0000)
bugs we know about that will appear in the next release (too)

docs/KNOWN_BUGS

index 9173dbad0cba1e0635cec6a2b193c29e0f781fa0..474991d903b702b1cb14013399efc99d2f04637e 100644 (file)
@@ -3,6 +3,21 @@ 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!
 
+72. "Pausing pipeline problems."
+  http://curl.haxx.se/mail/lib-2009-07/0214.html
+
+71. TFTP block size / better integration in transfer
+  http://curl.haxx.se/mail/lib-2009-08/0028.html
+
+70. Problem re-using easy handle after call to curl_multi_remove_handle
+  http://curl.haxx.se/mail/lib-2009-07/0249.html
+    
+69. debugging a crash in Curl_pgrsTime/checkPendPipeline?
+  http://curl.haxx.se/mail/lib-2009-08/0066.html
+
+68. "More questions about ares behavior".
+  http://curl.haxx.se/mail/lib-2009-08/0012.html
+
 67. When creating multipart formposts. The file name part can be encoded with
   something beyond ascii but currently libcurl will only pass in the verbatim
   string the app provides. There are several browsers that already do this