]> granicus.if.org Git - curl/commit
socks.c: display the hostname returned by the SOCKS5 proxy server
authorMarc Hoersken <info@marc-hoersken.de>
Sat, 20 Aug 2016 19:38:09 +0000 (21:38 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Sat, 20 Aug 2016 19:38:43 +0000 (21:38 +0200)
commitb820e40f340f142b8475721538f768d59dc9c353
tree671d16b4ddd4df075d8c308344ff6d22034a9c5c
parent670802bd0b88e81490d21accc423957b5dafeffc
socks.c: display the hostname returned by the SOCKS5 proxy server

Instead of displaying the requested hostname the one returned
by the SOCKS5 proxy server is used in case of connection error.
The requested hostname is displayed earlier in the connection sequence.

The upper-value of the port is moved to a temporary variable and
replaced with a 0-byte to make sure the hostname is 0-terminated.
lib/socks.c