mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:27:16 +03:00
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
This commit is contained in:
parent
d3a3bdb5ef
commit
8335c6417e
18 changed files with 242 additions and 254 deletions
|
|
@ -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' );"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue