]> granicus.if.org Git - curl/commit
- Set the timeout for easy handles to expire really soon after addition or
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 May 2007 13:47:56 +0000 (13:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 May 2007 13:47:56 +0000 (13:47 +0000)
commit2f0539d8803e4f270c8584994f7fc8b90cd5e15c
tree7eb613105f59ee3533c26bcb880f1f32abaf2f7e
parent6f7d0a7cbd0578dc20a22279269a14a143d7e8ee
- 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.
CHANGES
RELEASE-NOTES
lib/multi.c