Skip to content

Implement --dns-timeout using getaddrinfo_a()

Tim Rühsen requested to merge tmp-dns-timeout into master
  • configure.ac: Check for getaddrinfo_a() in libanl
  • libwget/net.c: Implement _wget_tcp_resolve() with timeout

Currently, there seems to be memory leak in getaddrinfo_a(). Needs investigation and a bug report.

Merge request reports