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 /RELEASE-NOTES | |
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 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index aa0d82618..1114d8252 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,7 +15,7 @@ This release includes the following changes: This release includes the following bugfixes: - o + o proxy close during CONNECT authentication is now dealt with nicely Other curl-related news: |