]> granicus.if.org Git - curl/commit
curl_easy_recv: Improve documentation and example program
authorMichael Kaufmann <mail@michael-kaufmann.ch>
Sun, 18 Dec 2016 11:51:48 +0000 (12:51 +0100)
committerMichael Kaufmann <mail@michael-kaufmann.ch>
Sun, 18 Dec 2016 11:56:23 +0000 (12:56 +0100)
commitafff64dbcde9cf45956f5557a8270b21c0e93dd5
treefb610f970b9bf214d46877d8fb7555653eaca216
parent82245eaa56c368f6b6b9abf4de63e7d6fb786f71
curl_easy_recv: Improve documentation and example program

Follow-up to 82245ea: Fix the example program sendrecv.c (handle
CURLE_AGAIN, handle incomplete send). Improve the documentation
for curl_easy_recv() and curl_easy_send().

Reviewed-by: Frank Meier
Assisted-by: Jay Satiro
See https://github.com/curl/curl/pull/1134
docs/examples/sendrecv.c
docs/libcurl/curl_easy_recv.3
docs/libcurl/curl_easy_send.3
docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3
tests/data/test556
tests/libtest/lib556.c