aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-01-29 09:26:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-01-29 09:26:36 +0000
commitabdbd3100f3d42d35730419e1aea02db40f5c214 (patch)
treeb35969175482cc06ef42cf991a044af7df237535 /CHANGES
parentddace02efe44a4021d75f62cc30816d4f1a30776 (diff)
- Michael Wallner reported that when doing a CONNECT with a custom User-Agent
header, you got _two_ User-Agent headers in the CONNECT request...! Added test case 287 to verify the fix.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4249a58da..f3b197162 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (29 January 2007)
+- Michael Wallner reported that when doing a CONNECT with a custom User-Agent
+ header, you got _two_ User-Agent headers in the CONNECT request...! Added
+ test case 287 to verify the fix.
+
Daniel (28 January 2007)
- curl_easy_reset() now resets the CA bundle path correctly.