- Set the timeout for easy handles to expire really soon after addition or

when CURLM_CALL_MULTI_PERFORM is returned from curl_multi_socket*/perform,
  to make applications using only curl_multi_socket() to properly function
  when adding easy handles "on the fly". Bug report and test app provided by
  Michael Wallner.
This commit is contained in:
Daniel Stenberg
2007-05-02 13:47:56 +00:00
parent 6f7d0a7cbd
commit 2f0539d880
3 changed files with 28 additions and 1 deletions

View File

@@ -6,6 +6,13 @@
Changelog
Daniel S (2 May 2007)
- Set the timeout for easy handles to expire really soon after addition or
when CURLM_CALL_MULTI_PERFORM is returned from curl_multi_socket*/perform,
to make applications using only curl_multi_socket() to properly function
when adding easy handles "on the fly". Bug report and test app provided by
Michael Wallner.
Dan F (30 April 2007)
- Improved the test harness to allow running test servers on other than
the default port numbers, allowing more than one test suite to run