Added test case 556 that uses curl_easy_send() and curl_easy_recv()

This commit is contained in:
Daniel Stenberg
2008-05-13 21:42:07 +00:00
parent 2f66ff2e4f
commit 7f88e8badb
5 changed files with 125 additions and 2 deletions

View File

@@ -7,6 +7,9 @@
Changelog
Daniel Stenberg (13 May 2008)
- Added test case 556 that uses curl_easy_send() and curl_easy_recv()
Daniel Stenberg (9 May 2008)
- Introducing curl_easy_send() and curl_easy_recv(). They can be used to send
and receive data over a connection previously setup with curl_easy_perform()