diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-11-03 12:43:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-11-03 12:43:55 +0000 |
commit | a777eb3d816dbd437d9b8a9e3b7b52be91d68e3b (patch) | |
tree | 4de0aa44aafc8421f7e41ba36ae451257932e4ad /CHANGES | |
parent | 7f79b52daef837d0b9ba1e0d75bae0fba9a7f30c (diff) |
Olaf Stueben provided a patch that I edited slightly. It fixes the notorious
KNOWN_BUGS #25, which happens when a proxy closes the connection when
libcurl has sent CONNECT, as part of an authentication negotiation. Starting
now, libcurl will re-connect accordingly and continue the authentication as
it should.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel (3 November 2006) +- Olaf Stueben provided a patch that I edited slightly. It fixes the notorious + KNOWN_BUGS #25, which happens when a proxy closes the connection when + libcurl has sent CONNECT, as part of an authentication negotiation. Starting + now, libcurl will re-connect accordingly and continue the authentication as + it should. + Daniel (2 November 2006) - James Housley brought support for SCP transfers, based on the libssh2 library for the actual network protocol stuff. |