IPv6 address in URL #3218
Closed
IPv6 address in URL #3218
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.
FRidh
added 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
added 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: