Skip to content
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

connect info when really done #14897

Closed
wants to merge 1 commit into from
Closed

Conversation

icing
Copy link
Contributor

@icing icing commented Sep 13, 2024

Output the 'Connected to...' info message when the connection has been fully established and all information is available.

Due to our happy eyeballing, we should not emit info messages in filters, because they may be part of an eyeballing attempt and may be discarded later for another chain.

refs #14894

Output the 'Connected to...' info message when the connection has
been fully established and all information is available.

Due to our happy eyeballing, we should not emit info messages in
filters, because they may be part of an eyeballing attempt and
may be discarded later for another chain.
@michael-o
Copy link
Contributor

Let me try that.

Copy link
Contributor

@michael-o michael-o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applied this one-off patch:

root@deblndw002x:/var/tmp/ports/work/curl-8.10.0
# curl http://google.de -v
* Uses proxy env variable NO_PROXY == 'localhost,.siemens.net,.siemens.com,.siemens.de,.siemens.cloud,.innomotics.net,.innomotics.com'
* timeout on name lookup is not supported
* Host google.de:80 was resolved.
* IPv6: 2a00:1450:4001:806::2003
* IPv4: 172.217.18.99
*   Trying [2a00:1450:4001:806::2003]:80...
* Immediate connect fail for 2a00:1450:4001:806::2003: Network is unreachable
*   Trying 172.217.18.99:80...
* Connected to google.de (172.217.18.99) port 80
* using HTTP/1.x
> GET / HTTP/1.1
> Host: google.de
> User-Agent: curl/8.10.0
> Accept: */*

Works for me.

@bagder bagder closed this in 50166c0 Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants