while not fixing things very nicely, it does make the SOCKS5 proxy
  connection slightly better as it now acknowledges the timeout for connection
  and it no longer segfaults in the case when SOCKS requires authentication
  and you did not specify username:password.
This commit is contained in:
Daniel Stenberg
2006-09-03 22:52:42 +00:00
parent 1e9be353c2
commit 466d093a92
4 changed files with 81 additions and 8 deletions

View File

@@ -18,6 +18,8 @@ This release includes the following changes:
This release includes the following bugfixes:
o SOCKS5 proxy connects can now time-out
o SOCKS5 connects that require auth no longer segfaults when auth not given
o multi interface using asynch resolves could get stuck in wrong state
o the 'running_handles' counter wasn't always updated properly when
curl_multi_remove_handle() was used