Skip to content
Snippets Groups Projects
Commit d083fac1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

a committed bugfix described

parent 1d85f950
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment