]> git.ipfire.org Git - thirdparty/curl.git/commit
asyn-thread: use GetAddrInfoExW on >= Windows 8
authorPavel P <pavlov.pavel@gmail.com>
Fri, 17 Nov 2023 08:56:08 +0000 (10:56 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 21 Dec 2023 22:25:45 +0000 (23:25 +0100)
commita6bbc87f9e9ffb46a1801dfb983e7534825ed56b
treeacf21d5edd940e86ddfb90e88542721f62ec411b
parenta719be81e999bae2895306b7ef5b181f3a02cc10
asyn-thread: use GetAddrInfoExW on >= Windows 8

For doing async DNS resolution instead of starting a thread for each
request.

Fixes #12481
Closes #12482
lib/asyn-thread.c
lib/system_win32.c
lib/system_win32.h