Commit ffd08df8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

- curl_multi_timeout() could return a timeout value of 0 even though nothing

  was actually ready to get done, as the internal time resolution is higher
  than the returned millisecond timer. Therefore it could cause applications
  running on fast processors to do short bursts of busy-loops.
  curl_multi_timeout() will now only return 0 if the timeout is actually
  alreay triggered.
parent 460459e8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment