curl_formget.3: CURLFORM_STREAM has its drawbacks
authorDaniel Stenberg <daniel@haxx.se>
Mon, 13 Jun 2011 20:03:33 +0000 (22:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Jun 2011 20:03:33 +0000 (22:03 +0200)
commit84e13f2e07121e09a1a4b607f0f887b20296ec5f
tree1d145a280318d73e47150012a3046ac85034fd77
parent832e827518fb26417f3ef94faa4a44d927c2fdf2
curl_formget.3: CURLFORM_STREAM has its drawbacks

Due to a design flaw, the CURLFORM_STREAM option doesn't really work
with curl_formget until after curl_easy_perform (or similar).
docs/libcurl/curl_formget.3