diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-10-21 12:39:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-10-21 12:39:27 +0000 |
commit | 55aee95f1123f113ebe02f5b5826c6051ba00a15 (patch) | |
tree | 8d1a54cd6bafbeb24e6b6aeee9b83360dc6bbd75 /docs/KNOWN_BUGS | |
parent | 777134a07b7a38521e27359f4c2f0f3ff25bd64d (diff) |
mention bug 2848436 in regard to the TFTP problems
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 b7f56209c..37ad1ce0d 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -16,6 +16,9 @@ may have been fixed since this was written! 71. TFTP block size / better integration in transfer http://curl.haxx.se/mail/lib-2009-08/0028.html + Related problems with TFTP is also that currently (7.19.6) upload file sizes + are limited to 32MB (http://curl.haxx.se/bug/view.cgi?id=2848436) + 70. Problem re-using easy handle after call to curl_multi_remove_handle http://curl.haxx.se/mail/lib-2009-07/0249.html |