mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:23:39 +03:00
asynch resolvers: unified
Introducing an internal API for handling of different async resolver backends.
This commit is contained in:
parent
722f286f80
commit
ca015f1a45
10 changed files with 393 additions and 181 deletions
|
|
@ -87,6 +87,7 @@ bool Curl_ipvalid(struct connectdata *conn)
|
|||
}
|
||||
|
||||
#ifdef CURLRES_SYNCH
|
||||
|
||||
/*
|
||||
* Curl_getaddrinfo() - the ipv4 synchronous version.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue