diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-05-09 12:59:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-05-09 12:59:24 +0000 |
commit | 0510759bc4902f6b15b476f9ae94403beb9a02cb (patch) | |
tree | 1640aa1fed0e04bae03adac52c5a8af4a5726cbd /RELEASE-NOTES | |
parent | 6d5cca5ed02f256dc8ee612c7b34cfdff9b87189 (diff) |
- Stefan Krause reported a busy-looping case when using the multi interface
and doing CONNECT to a proxy. The app would then busy-loop until the proxy
completed its response.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f2565fae2..1e85e25fc 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -32,6 +32,7 @@ This release includes the following bugfixes: o configure detecting debug-enabled c-ares o microsecond resolution keys for internal splay trees o krb4 and krb5 ftp segfault + o multi interface busy loop for CONNECT requests This release includes the following known bugs: |