curl_multi_socket() fix thanks to Jeff's test code

This commit is contained in:
Daniel Stenberg
2006-09-10 22:15:57 +00:00
parent 8240cea628
commit 8d24c0212e
2 changed files with 18 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o fixed a socket state problem with *multi_socket()
o (HTTP) NTLM hostname fix
o getsockname usage fixes
o SOCKS5 proxy connects can now time-out
@@ -46,6 +47,6 @@ advice from friends like these:
Domenico Andreoli, Armel Asselin, Gisle Vanem, Yang Tse, Andrew Biggs,
Peter Sylvester, David McCreedy, Dmitriy Sergeyev, Dmitry Rechkin,
Jari Sundell, Ravi Pratap, Michele Bini
Jari Sundell, Ravi Pratap, Michele Bini, Jeff Pohlmeyer
Thanks! (and sorry if I forgot to mention someone)