diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-04-26 11:56:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-04-26 11:56:22 +0000 |
commit | 14df44dd3f9b562cb2ed37baca95446b05d2e66b (patch) | |
tree | 5defd58af3c012f0db477f3168972a3be33c1314 /RELEASE-NOTES | |
parent | 1272621ebc51adca86555b6a6975286c4377a471 (diff) |
- Bug report #2779733 (http://curl.haxx.se/bug/view.cgi?id=2779733) by Sven
Wegener pointed out that CURLINFO_APPCONNECT_TIME didn't work with the multi
interface and provided a patch that fixed the problem!
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 ace20e532..243d7aed0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -31,6 +31,7 @@ This release includes the following bugfixes: o persistent connections when doing FTP over a HTTP proxy o --libcurl bogus strings where other data was pointed to o crash related to FTP and "Re-used connection seems dead, get a new one" + o CURLINFO_APPCONNECT_TIME with the multi interface This release includes the following known bugs: @@ -42,6 +43,6 @@ advice from friends like these: Daniel Fandrich, Yang Tse, David James, Chris Deidun, Bill Egert, Andre Guibert de Bruet, Andreas Farber, Frank Hempel, Pierre Brico, Kamil Dudka, Jim Freeman, Daniel Johnson, Toshio Kuratomi, Martin Storsjo, - Pramod Sharma, Gisle Vanem, Leanic Lefever, Rainer Koenig + Pramod Sharma, Gisle Vanem, Leanic Lefever, Rainer Koenig, Sven Wegener Thanks! (and sorry if I forgot to mention someone) |