curl: Use threads instead of alarm for timeout

This commit is contained in:
Wildan M 2026-05-03 05:33:10 +07:00
parent e36c3d98eb
commit 642a6444fe
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -16,7 +16,7 @@ cmakeflags = [
"-DCURL_DISABLE_TFTP=On",
"-DENABLE_IPV6=Off",
"-DCURL_DISABLE_NTLM=On",
"-DENABLE_THREADED_RESOLVER=Off",
"-DENABLE_THREADED_RESOLVER=On",
"-DCURL_CA_PATH=/etc/ssl/certs",
"-DUSE_NGHTTP2=On",
"-DCURL_USE_OPENSSL=On",