aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-25 09:11:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-25 09:11:18 +0000
commitd083fac1fc5f81fd2fa44295a1a3aaff1e0fb72f (patch)
tree9c9510fccefd54d0d3789d5fa3bdc9600770192d
parent1d85f950bff91591cf1929a2be2ed10798d03289 (diff)
a committed bugfix described
-rw-r--r--CHANGES11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index eb27d1dc1..7e314594d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,14 @@
Changelog
+Daniel (25 November)
+- 'Dave' fixed bug report #848371, identifying that if you'd do POST over a
+ proxy to a https server, libcurl didn't POST at all, it just made a GET! It
+ turned out to be because libcurl wronly didn't consider the authentication
+ "negotitation phase" to be complete yet.
+
+ I added test case 95 to verify my fix for this.
+
Daniel (24 November)
- Thanks to Mathias Axelsson, I've been able to work on FTPS for libcurl and it
seems to work somewhat fine now.
@@ -43,7 +51,8 @@ Daniel (24 November)
Daniel (20 November)
- Josh Kapell filed bug report #845247 as he found an endless loop when
- getting a 407 back from a proxy when no user+password was given.
+ getting a 407 back from a proxy when no user+password was given. Added test
+ case 94 to verify the fix.
Daniel (19 November)
- Kevin Roth fixed a progress-bar problem on Windows.