diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-01-18 21:51:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-18 21:51:10 +0000 |
commit | 62df0ff025e247a5d1d2850e22a8cdfb9edcbfd7 (patch) | |
tree | 71ae5f7b4595f7e27a2a6553b0187d41dde77472 /RELEASE-NOTES | |
parent | 01d95b56a017fba457ad2eb88f4fae626d159ce3 (diff) |
Lau Hang Kin found and fixed a problem with the multi interface when doing
CONNECT over a proxy. curl_multi_fdset() didn't report back the socket
properly during that state, due to a missing case in the switch in the
multi_getsock() function.
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 814935d19..6f44f6dc9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -57,6 +57,7 @@ This release includes the following bugfixes: o improved pipelining o improved OOM handling for data url encoded HTTP POSTs when read from a file o test suite could pick wrong tool(s) if more than one existed in the PATH + o curl_multi_fdset() failed to return socket while doing CONNECT over proxy This release includes the following known bugs: @@ -81,6 +82,6 @@ advice from friends like these: Gilles Blanc, David Wright, Vikram Saxena, Mateusz Loskot, Gary Maxwell, Dmitry Kurochkin, Mohun Biswas, Richard Atterer, Maxim Perenesenko, Daniel Egger, Jeff Johnson, Nikitinskit Dmitriy, Georg Lippitsch, Eric Landes, - Joe Malicki, Nathan Coulter + Joe Malicki, Nathan Coulter, Lau Hang Kin Thanks! (and sorry if I forgot to mention someone) |