commit | 2a0c7ea4cc94a01c9396a213b2d0ccce6c05b37f | [log] [tgz] |
---|---|---|
author | Daniel Stenberg <daniel@haxx.se> | Tue Mar 29 11:19:49 2011 +0200 |
committer | Daniel Stenberg <daniel@haxx.se> | Tue Mar 29 11:19:49 2011 +0200 |
tree | 86c6e8372a5114b4e2c73311b23c07694145c222 | |
parent | 4913a08cb6cfe653b1b2ee6c6dacb9408e9be4f0 [diff] |
curl_easy_setopt.3: mention TFTP read callback flaw The read callback must return the exact requested amount of data when it is used for doing TFTP uploads. This is due to how it deals with data internally. This could/should be fixed but for now we document the existing behavior. Reported by: Colin Blair Bug: http://curl.haxx.se/mail/lib-2011-03/0319.html