summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-08-12 08:02:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-08-12 08:02:42 +0000
commit13afff57520aafa0fe4315856e332b4775f98418 (patch)
tree50e3e43c96022673c80d09bdeb5963193f66d80b
parente73fe837a8877c0197721b91e0d5ec40cb7a2cd0 (diff)
downloadgnurl-13afff57520aafa0fe4315856e332b4775f98418.tar.gz
gnurl-13afff57520aafa0fe4315856e332b4775f98418.tar.bz2
gnurl-13afff57520aafa0fe4315856e332b4775f98418.zip
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)
-rw-r--r--docs/KNOWN_BUGS15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 9173dbad0..474991d90 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -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