diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-02-15 08:56:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-02-15 08:56:06 +0000 |
commit | d25aab2704f1dcc92ae913e4ad38dd1da2b205a2 (patch) | |
tree | 3a5ef52b3383b25f30771591ca0e6b1f5563b490 /CHANGES | |
parent | cfaf88aab4a2631a3b2e2097e44c45b9c685916f (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 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel S (15 Feb 2008) +- 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! + Daniel S (11 Feb 2008) - Yang Tse pointed out a few remaining quirks from my timeout refactoring from Feb 7 that didn't abort properly on timeouts. These are actually old |