-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl --upload-file "{file1,file2}" loops forever #4588
Labels
Comments
Ouch. I'm on it. |
Turns out we don't have a single test using this feature! 😞 |
Closed
Can confirm this issue for Minimal working example: $ curl --upload-file '{A,B}' httpbin.org/post where $ curl --version
curl 7.67.0 (x86_64-pc-linux-gnu) libcurl/7.67.0 OpenSSL/1.1.1d zlib/1.2.11 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh2/1.9.0 nghttp2/1.39.2
Release-Date: 2019-11-06
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets |
Sure, this bug is in 7.67.0 for all builds and distros. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following command:
... lops forever with
curl-7.67.0
:It seems to be caused by commit e59371a (PR #4438).
Originally reported at: https://bugzilla.redhat.com/1771025
The text was updated successfully, but these errors were encountered: