summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-12-22 07:30:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-12-22 07:30:21 +0000
commitb2f8de571fb10f58bc3c8411bb4bbed2aa14dc52 (patch)
tree4cb049b8e6744fb4f96a517669fc7f195c0be95a /CHANGES
parentcb4a5f5a2b15c5bba5f1caec492b2c3bce8bbcf1 (diff)
downloadcurl-b2f8de571fb10f58bc3c8411bb4bbed2aa14dc52.tar.gz
When setting a proxy with environment variables and (for example) running
'curl [URL]' with a URL without a protocol prefix, curl would not send a correct request as it failed to add the protocol prefix.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c626016e0..6f81cd295 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (22 December 2006)
+- When setting a proxy with environment variables and (for example) running
+ 'curl [URL]' with a URL without a protocol prefix, curl would not send a
+ correct request as it failed to add the protocol prefix.
+
Daniel (21 December 2006)
- Robson Braga Araujo reported bug #1618359
(http://curl.haxx.se/bug/view.cgi?id=1618359) and subsequently provided a