mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
84a30d0a41
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
38 lines
438 B
Plaintext
38 lines
438 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTP
|
|
multi
|
|
resolve
|
|
speedcheck
|
|
</keywords>
|
|
</info>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<tool>
|
|
lib1592
|
|
</tool>
|
|
<name>
|
|
HTTP request, remove handle while resolving, don't block
|
|
</name>
|
|
|
|
<command>
|
|
http://a-site-never-accessed.example.org/1592
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<valgrind>
|
|
disable
|
|
</valgrind>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|