aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-08-08 21:12:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-08-08 21:12:49 +0000
commita4ebf5b507490ceac7d741c4462ad162629a4bae (patch)
tree83c14d2d9e1160754d9bc5828e3cfedcb19cae74 /CHANGES
parentc41076958835c3de6abbfea4b68a9a0b045e9b21 (diff)
Fixed a flaw in the "Expect: 100-continue" treatment. If you did two POSTs
on a persistent connection and allowed the first to use that header, you could not disable it for the second request.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a6cf4b612..7c26de63c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,17 @@
Changelog
+Daniel (8 August 2006)
+- Fixed a flaw in the "Expect: 100-continue" treatment. If you did two POSTs
+ on a persistent connection and allowed the first to use that header, you
+ could not disable it for the second request.
+
+Daniel (7 August 2006)
+- Domenico Andreolfound a quick build error which happened because
+ src/config.h.in was not a proper duplcate of lib/config.h.in which it
+ should've been and this was due to the maketgz script not doing the cp
+ properly.
+
Version 7.15.5 (7 August 2006)
Daniel (2 August 2006)