eventually identified a flaw in how the multi_socket interface in some cases
  missed to call the timeout callback when easy interfaces are removed and
  added within the same millisecond.
This commit is contained in:
Daniel Stenberg
2008-10-08 21:42:29 +00:00
parent 450348d6bd
commit 544f2f74df
3 changed files with 21 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ This release includes the following bugfixes:
o CURLOPT_RANGE now works for SFTP downloads
o FTP SIZE response 550 now causes CURLE_REMOTE_FILE_NOT_FOUND
o CURLINFO_PRIMARY_IP fixed for persistent connection re-use cases
o remove_handle/add_handle multi interface timer callback flaw
This release includes the following known bugs: