diff options
author | Anders Bakken <agbakken@gmail.com> | 2018-01-30 16:33:51 -0800 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2018-02-20 04:24:28 -0500 |
commit | 50d1b3379a818df00c6382d68e2e39977cc96cd6 (patch) | |
tree | e792d9a61262b0ac547fd5b301c0150dbc3c7417 /tests/data/test1607 | |
parent | e77f0e5a5a8161f103d8fbd3ed335345703c6e1f (diff) |
CURLOPT_RESOLVE: Add support for multiple IP addresses per entry
This enables users to preresolve but still take advantage of happy
eyeballs and trying multiple addresses if some are not connecting.
Ref: https://github.com/curl/curl/pull/2260
Diffstat (limited to 'tests/data/test1607')
-rw-r--r-- | tests/data/test1607 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/data/test1607 b/tests/data/test1607 new file mode 100644 index 000000000..9628324e4 --- /dev/null +++ b/tests/data/test1607 @@ -0,0 +1,26 @@ +<testcase> +<info> +<keywords> +unittest +CURLOPT_RESOLVE +</keywords> +</info> + +# +# Client-side +<client> +<server> +none +</server> +<features> +unittest +</features> + <name> +CURLOPT_RESOLVE parsing + </name> +<tool> +unit1607 +</tool> +</client> + +</testcase> |