diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-01-20 10:15:43 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-01-22 08:25:09 +0100 |
commit | 8335c6417ea21bdfc340f0cb8cab5dbc97b10a2e (patch) | |
tree | 3f2651a3e000016fdef00707917e0e8e394b5dbe /tests/data | |
parent | d3a3bdb5ef867e270f4be205f36024ad1e48beb3 (diff) | |
download | curl-8335c6417ea21bdfc340f0cb8cab5dbc97b10a2e.tar.gz |
hostip: remove conn->data from resolver functions
This also moves the 'async' struct from the connectdata struct into the
Curl_easy struct, which seems like a better home for it.
Closes #6497
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test1082 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1082 b/tests/data/test1082 index 0df70afae..6791a6b10 100644 --- a/tests/data/test1082 +++ b/tests/data/test1082 @@ -32,7 +32,7 @@ http HTTP GET with localhost --interface </name> <command> -http://%HOSTIP:%HTTPPORT/1082 --interface localhost +http://%HOSTIP:%HTTPPORT/1082 -4 --interface localhost </command> <precheck> perl -e "print 'Test requires default test client host address' if ( '%CLIENTIP' ne '127.0.0.1' );" |