Navigation Menu

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

Proxy display hostname is null pointer #1248

Closed
jay opened this issue Feb 6, 2017 · 1 comment
Closed

Proxy display hostname is null pointer #1248

jay opened this issue Feb 6, 2017 · 1 comment

Comments

@jay
Copy link
Member

jay commented Feb 6, 2017

I did this

curl -v --proxy http://example.com:80 http://example.com

I expected the following

  • Connected to example.com (93.184.216.34) port 80 (#0)

but instead I got

  • Connected to (nil) (93.184.216.34) port 80 (#0)

clipboard02

Probably a missing fix hostname call somewhere.

curl/libcurl version

curl 7.52.1 (i386-pc-win32) libcurl/7.52.1 OpenSSL/1.0.2k nghttp2/1.19.0
Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS Debug Largefile NTLM SSL HTTP2 HTTPS-proxy

operating system

Windows 7

@mkauf
Copy link
Contributor

mkauf commented Feb 18, 2017

Fixed, thank you for reporting!

@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

3 participants