curl-http3 icon indicating copy to clipboard operation
curl-http3 copied to clipboard

getaddrinfo() thread failed to start

Open shuosiw opened this issue 1 year ago • 0 comments

  • kernel: 4.9.0-18-amd64 #1 SMP Debian 4.9.303-1 (2022-03-07) x86_64 GNU/Linux
  • os: debian 9.13

ERROR:

$ docker run --rm ymuski/curl-http3:8.2.1 curl -IL https://blog.cloudflare.com --http3
curl: (6) getaddrinfo() thread failed to start

VERSION:

$ docker run -it --rm ymuski/curl-http3 curl -V
curl 8.2.1-DEV (x86_64-pc-linux-gnu) libcurl/8.2.1-DEV BoringSSL zlib/1.2.13 nghttp2/1.52.0 quiche/0.18.0
Release-Date: [unreleased]
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS HSTS HTTP2 HTTP3 HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL threadsafe UnixSockets

shuosiw avatar Nov 03 '23 02:11 shuosiw