mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:33:33 +03:00
test dnsd: implement delayed responses
Add "Delay-A: ms", "Delay-AAAA: ms" and "Delay-HTTPS: ms" to the test dnsd config and implement delayed response handling. Add test_21_09 and test_21_10 to check that delayed responses connect using the undelayed address family. Closes #21299
This commit is contained in:
parent
bcd94e2750
commit
86f1e5b3f6
7 changed files with 277 additions and 50 deletions
|
|
@ -190,3 +190,7 @@ and give a negative answer.
|
|||
## `CURL_DBG_RESOLV_FAIL_IPV6`
|
||||
|
||||
Make libcurl fail a resolve for IPv6 only.
|
||||
|
||||
## `CURL_QUICK_EXIT`
|
||||
|
||||
Make `curl` use the quick exit option, even when built in debug mode.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue