diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-07-12 20:15:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-07-12 20:15:38 +0000 |
commit | cf86f8cb78721d04253b0cec9fc01a52456d7448 (patch) | |
tree | 452cf1b5652787004742010914bc5932f299fd9b /RELEASE-NOTES | |
parent | a53ba060c8a85e62ada2da42044f0ff181afce2d (diff) |
Shmulik Regev found an (albeit rare) case where the proxy CONNECT operation
could in fact get stuck in an endless loop.
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 ccaa89007..ca1f30a5f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,6 +19,7 @@ This release includes the following bugfixes: o problem with closed proxy connection during HTTP CONNECT auth negotiation o transfer-encoding skipping didn't ignore the 407 response bodies properly o CURLOPT_SSL_VERIFYHOST set to 1 + o CONNECT endless loop This release includes the following known bugs: |