aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-08-23 12:34:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-08-23 12:34:55 +0000
commit723bfe42e7d0de40fd80b25ec64a88122f2c69f1 (patch)
treef5e8ce66873c80a9eed809c33d220768bd7bf04d /CHANGES
parente35c7dcd72bdcf5b3d491fc61308c346d8a9d489 (diff)
Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs and
PUTs even when told to use HTTP 1.0, which is not correct.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8f4b86421..2e05f7c29 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel (23 August 2004)
+- Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs
+ even when told to use HTTP 1.0, which is not correct.
+
Daniel (20 August 2004)
- Alexander Krasnostavsky made the write callback get called even when a zero
byte file is downloaded.