mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
parent
ae35fc6004
commit
29fd163220
10
docs/TODO
10
docs/TODO
@ -47,6 +47,7 @@
|
||||
1.29 Upgrade to websockets
|
||||
1.30 config file parsing
|
||||
1.31 erase secrets from heap/stack after use
|
||||
1.32 add asynch getaddrinfo support
|
||||
|
||||
2. libcurl - multi interface
|
||||
2.1 More non-blocking
|
||||
@ -443,6 +444,15 @@
|
||||
|
||||
https://github.com/curl/curl/issues/7268
|
||||
|
||||
1.32 add asynch getaddrinfo support
|
||||
|
||||
Use getaddrinfo_a() to provide an asynch name resolver backend to libcurl
|
||||
that doesn't use threads and doesn't depend on c-ares. The getaddrinfo_a
|
||||
function is (probably?) glibc specific but that's a widely used libc among
|
||||
our users.
|
||||
|
||||
https://github.com/curl/curl/pull/6746
|
||||
|
||||
2. libcurl - multi interface
|
||||
|
||||
2.1 More non-blocking
|
||||
|
Loading…
Reference in New Issue
Block a user