diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-09-22 20:42:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-09-22 20:42:13 +0000 |
commit | c4a694862c69f2b63c6b775cd6fdf1a7afcc0a52 (patch) | |
tree | eacfe1159860fdb645161f5e7c63add86c07b1b9 /RELEASE-NOTES | |
parent | 1e076a4ae0d412ec2413f12db472fd52849d3d56 (diff) |
- Michael Goffioul filed bug report #2107377 "Problem with mutli + GnuTLS +
proxy" (http://curl.haxx.se/bug/view.cgi?id=2107377) that showed how a multi
interface using program didn't work when built with GnuTLS and a CONNECT
request was done over a proxy (basically test 502 over a proxy to a HTTPS
site). It turned out the ssl connect function would get called twice which
caused the second call to fail.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2901dd2a6..185457c61 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -22,6 +22,7 @@ This release includes the following bugfixes: o cookie with invalid expire dates are now considered expired o HTTP pipelining over proxy o fix regression in configure script which affected OpenSSL builds on MSYS + o GnuTLS-based multi interface doing HTTPS over proxy failed This release includes the following known bugs: @@ -36,6 +37,6 @@ advice from friends like these: Keith Mok, Yang Tse, Daniel Fandrich, Guenter Knauf, Dmitriy Sergeyev, Linus Nielsen Feltzing, Martin Drasar, Stefan Krause, Dmitry Kurochkin, - Mike Revi, Andres Garcia + Mike Revi, Andres Garcia, Michael Goffioul Thanks! (and sorry if I forgot to mention someone) |