]> granicus.if.org Git - curl/commit
easy_perform: use *multi_timeout() to get wait times
authorDaniel Stenberg <daniel@haxx.se>
Tue, 26 Jun 2018 16:11:32 +0000 (18:11 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 27 Jun 2018 11:01:00 +0000 (13:01 +0200)
commit3ef67c6861c9d6236a4339d3446a444767598a58
tree9db047b03366f9709ece0075e547930c04b988af
parentb0a365f8a0e58b0f1929abb1c60dad31d34c0c2a
easy_perform: use *multi_timeout() to get wait times

... and trim the threaded Curl_resolver_getsock() to return zero
millisecond wait times during the first three milliseconds so that
localhost or names in the OS resolver cache gets detected and used
faster.

Closes #2685
lib/asyn-thread.c
lib/easy.c