aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-02-15 08:56:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-02-15 08:56:06 +0000
commitd25aab2704f1dcc92ae913e4ad38dd1da2b205a2 (patch)
tree3a5ef52b3383b25f30771591ca0e6b1f5563b490 /RELEASE-NOTES
parentcfaf88aab4a2631a3b2e2097e44c45b9c685916f (diff)
- Pooyan McSporran found and fixed a flaw where you first would do a normal
http request and then you'd reuse the handle and replace the Accept: header, as then libcurl would send two Accept: headers!
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 286cc17d7..b37d4818f 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -19,6 +19,7 @@ This release includes the following bugfixes:
o improved strdup replacement
o GnuTLS-built libcurl failed when doing global cleanup and reinit
o error message problem when unable to resolve a host on Windows
+ o Accept: header replacing
This release includes the following known bugs:
@@ -36,6 +37,6 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Michal Marek, Dmitry Kurochkin, Niklas Angebrand, Günter Knauf, Yang Tse,
- Dan Fandrich, Mike Hommey
+ Dan Fandrich, Mike Hommey, Pooyan McSporran
Thanks! (and sorry if I forgot to mention someone)