diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-02-25 11:38:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-02-25 11:38:13 +0000 |
commit | b819c72700d5f01cab5848f1cd3c880205d01c81 (patch) | |
tree | 94a69e7075bcdfde79837c6d9568a7ef7cea8e1e /RELEASE-NOTES | |
parent | d2cfb7fd13e1559cfa1cb1439a3faa683da99a25 (diff) |
- Adam D. Moss made the HTTP CONNECT procedure less blocking when used from
the multi interface. Note that it still does a part of the connection in a
blocking manner.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4da85fa17..2322676a0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -33,6 +33,8 @@ This release includes the following bugfixes: o curl-config --libs and libcurl.pc no longer list unnecessary dependencies o fixed an issue with CCC not working on some servers o several HTTP pipelining problems + o HTTP CONNECT thru a proxy is now less blocking when the multi interface is + used This release includes the following known bugs: @@ -52,6 +54,6 @@ advice from friends like these: Yang Tse, Manfred Schwarb, Michael Wallner, Jeff Pohlmeyer, Shmulik Regev, Rob Crittenden, Robert A. Monat, Dan Fandrich, Duncan Mac-Vicar Prett, Michal Marek, Robson Braga Araujo, Ian Turner, Linus Nielsen Feltzing, - Ravi Pratap + Ravi Pratap, Adam D. Moss Thanks! (and sorry if I forgot to mention someone) |