diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-05-13 21:42:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-05-13 21:42:07 +0000 |
commit | 7f88e8badbb6359911cb1c2e6df4ec30f09c0fb0 (patch) | |
tree | 6a30d3d130b268ce73340d75d2dc093638d282a5 /CHANGES | |
parent | 2f66ff2e4fcb102e82d8c1bb756bbb43c4e34e64 (diff) |
Added test case 556 that uses curl_easy_send() and curl_easy_recv()
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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() |