aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib1592.c
AgeCommit message (Collapse)Author
2019-01-07curl_multi_remove_handle() don't block terminating c-ares requestsBrad Spencer
Added Curl_resolver_kill() for all three resolver modes, which only blocks when necessary, along with test 1592 to confirm curl_multi_remove_handle() doesn't block unless it must. Closes #3428 Fixes #3371