Commit 13afff57 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

pasted here (and renumbered) from the TODO-RELEASE since they are in fact

bugs we know about that will appear in the next release (too)
parent e73fe837
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -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