aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-05-13 21:42:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-05-13 21:42:07 +0000
commit7f88e8badbb6359911cb1c2e6df4ec30f09c0fb0 (patch)
tree6a30d3d130b268ce73340d75d2dc093638d282a5 /CHANGES
parent2f66ff2e4fcb102e82d8c1bb756bbb43c4e34e64 (diff)
Added test case 556 that uses curl_easy_send() and curl_easy_recv()
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b5bde4e40..9ccb753ed 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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()