-
-
Notifications
You must be signed in to change notification settings - Fork 132
Description
Describe the bug
2025-12-10T09:42:23.558510125Z file:///app/index.js:1680
2025-12-10T09:42:23.558532087Z multi.removeHandle(this.handle);
2025-12-10T09:42:23.558535075Z ^
2025-12-10T09:42:23.558537184Z
2025-12-10T09:42:23.558540401Z CurlMultiError: Could not remove easy handle from multi handle.: API function called from within callback
2025-12-10T09:42:23.558543062Z at file:///app/index.js:1680:15 {
2025-12-10T09:42:23.558545229Z code: 8
2025-12-10T09:42:23.558547484Z }
2025-12-10T09:42:23.558549644Z
2025-12-10T09:42:23.558551746Z Node.js v22.21.1
To Reproduce
Steps to reproduce the behavior, if possible, provide a Dockerfile that is able to reproduce the issue.
Version information:
Version: v5.0.1
Version: libcurl/8.17.0 OpenSSL/3.5.4 zlib/1.3.1 brotli/1.1.0 zstd/1.5.7 libidn2/2.1.1 libssh2/1.10.0 nghttp2/1.64.0 ngtcp2/1.17.0 nghttp3/1.12.0 OpenLDAP/2.6.9
Protocols: dict, file, ftp, ftps, gopher, gophers, http, https, imap, imaps, ldap, ldaps, mqtt, pop3, pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp, ws, wss
Features: AsynchDNS, IDN, IPv6, Largefile, NTLM, SSL, libz, brotli, TLS-SRP, HTTP2, UnixSockets, HTTPS-proxy, alt-svc
OS:
Node.js Version: v22.12.1
Additional context
Build and run on: FROM node:22-alpine3.22