We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 http://localhost:0 curl: (3) URL using bad/illegal format or missing URL
(via @bradfitz at https://twitter.com/bradfitz/status/1466474708841512960)
$ curl http://localhost:0 curl: (7) Failed to connect to localhost port 0 after 0 ms: Connection refused
This worked before 7.62.0. I even blogged about using port zero a while ago.
7.80.0 and current git
independent
The text was updated successfully, but these errors were encountered:
urlapi: accept port number zero
f9b226b
This is a regression since 7.62.0 (fb30ac5). Updated test 1560 accordingly Reported-by: Brad Fitzpatrick Fixes #8090
92d1aee
bagder
Successfully merging a pull request may close this issue.
I did this
(via @bradfitz at https://twitter.com/bradfitz/status/1466474708841512960)
I expected the following
This worked before 7.62.0. I even blogged about using port zero a while ago.
curl/libcurl version
7.80.0 and current git
operating system
independent
The text was updated successfully, but these errors were encountered: