]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: add asynch getaddrinfo support
authorDaniel Stenberg <daniel@haxx.se>
Mon, 16 Aug 2021 07:37:16 +0000 (09:37 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 16 Aug 2021 07:37:16 +0000 (09:37 +0200)
Closes #6746

docs/TODO

index d804eb6e159ea677a9828f8c1f63bde9cab77877..63093bf83ee10140bad7b47c29175bcbdee5d2b8 100644 (file)
--- a/docs/TODO
+++ b/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
 
  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