diff options
author | Michael Kaufmann <mail@michael-kaufmann.ch> | 2016-12-18 12:51:48 +0100 |
---|---|---|
committer | Michael Kaufmann <mail@michael-kaufmann.ch> | 2016-12-18 12:56:23 +0100 |
commit | afff64dbcde9cf45956f5557a8270b21c0e93dd5 (patch) | |
tree | fb610f970b9bf214d46877d8fb7555653eaca216 /tests/data/test556 | |
parent | 82245eaa56c368f6b6b9abf4de63e7d6fb786f71 (diff) | |
download | curl-afff64dbcde9cf45956f5557a8270b21c0e93dd5.tar.gz |
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
Diffstat (limited to 'tests/data/test556')
-rw-r--r-- | tests/data/test556 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test556 b/tests/data/test556 index 55c7c91c3..549b9a4a2 100644 --- a/tests/data/test556 +++ b/tests/data/test556 @@ -8,7 +8,7 @@ HTTP GET <reply> <data> -HTTP/1.1 200 OK
+HTTP/1.1 200 OK swsclose
Server: test-server/fake
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
Content-Length: 6
|