-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
IPv6 address in URL #3218
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
Labels
Comments
Clearly a regression from the URL parser overhaul. I'm on it. A work-around that seems to avoid this bug is to add the port number:
|
delroth
added a commit
to delroth/nixpkgs
that referenced
this issue
Nov 22, 2018
Upstream bug: curl/curl#3218. This causes nixos/tests/ipv6.nix to fix since the last staging merge.
9 tasks
FRidh
pushed a commit
to NixOS/nixpkgs
that referenced
this issue
Nov 22, 2018
Upstream bug: curl/curl#3218. This causes nixos/tests/ipv6.nix to fix since the last staging merge.
vcunat
pushed a commit
to NixOS/nixpkgs
that referenced
this issue
Nov 25, 2018
Upstream bug: curl/curl#3218. This causes nixos/tests/ipv6.nix to fix since the last staging merge. (cherry picked from commit 90720d0) In the end I decided to pick it directly without staging, so that the various security fixes get to stable* channels fast.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I did this
curl http://[fd00:a41::50]
I did not expected the following
curl: (3) URL using bad/illegal format or missing URL
curl/libcurl version
curl 7.62.0 (arm-unknown-linux-gnu) libcurl/7.62.0 OpenSSL/1.0.2o zlib/1.2.11
Release-Date: 2018-10-31
Protocols: ftp ftps http https
Features: IPv6 Largefile NTLM SSL libz TLS-SRP UnixSockets HTTPS-proxy
The text was updated successfully, but these errors were encountered: