curl_easy_setopt.3: mention TFTP read callback flaw
authorDaniel Stenberg <daniel@haxx.se>
Tue, 29 Mar 2011 09:19:49 +0000 (11:19 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 29 Mar 2011 09:19:49 +0000 (11:19 +0200)
commit2a0c7ea4cc94a01c9396a213b2d0ccce6c05b37f
tree86c6e8372a5114b4e2c73311b23c07694145c222
parent4913a08cb6cfe653b1b2ee6c6dacb9408e9be4f0
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
docs/libcurl/curl_easy_setopt.3