aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-07 14:42:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-07 14:42:02 +0000
commit0b615afac91d1443f431be63d7181f777dd2f730 (patch)
treeed37818fdb86506b68812fdc3e83d1b4fb463bf4
parentb61c25af45ee21a04d2bbab73e21f48fb7345347 (diff)
http post fix
-rw-r--r--CHANGES4
-rw-r--r--RELEASE-NOTES3
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 1ddc75005..9d9198f7f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
Changelog
+Daniel (7 October)
+- HTTP POST using the read callback didn't work, as Florian Schoppmann
+ reported.
+
Daniel (5 October)
- Shared provided a few fixes to make libcurl build on BeOS
out-of-the-box. New code for BeOS-style non-blocking sockets, provided by
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 22b63987f..5460aef31 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -19,6 +19,7 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o HTTP POST using read callback works again
o builds fine on BeOS now
o CURLOPT_COOKIE set to NULL no longer sends the previously set cookie
o if an FTP transfer used a bad path, the next transfer could fail too
@@ -62,6 +63,6 @@ advice from friends like these:
Early Ehlinger, Kevin Fisk, Jurij Smakov, Bjorn Reese, Tim Bartley, David
Kimdon, Dominick Meglio, Markus Moeller, Giuseppe Attardi, James MacMillan,
Neil Spring, Siddhartha Prakash Jain, Jon Turner, Vincent Bronner, Shard,
- Jeremy Friesner
+ Jeremy Friesner, Florian Schoppmann
Thanks! (and sorry if I forgot to mention someone)