diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-08 21:12:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-08 21:12:49 +0000 |
commit | a4ebf5b507490ceac7d741c4462ad162629a4bae (patch) | |
tree | 83c14d2d9e1160754d9bc5828e3cfedcb19cae74 /CHANGES | |
parent | c41076958835c3de6abbfea4b68a9a0b045e9b21 (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-- | CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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) |