curl/lib/vssh
Stefan Eissing 412cd2577a
urldata: connection bit ipv6_ip is wrong
Eliminate `conn->bits.ipv6_ip`

The bit was only correct for the first transfer using a connection. Use
`data->state.up.hostname` instead in places that need the URL hostname
in its original form.

Fix parseurlandfillconn() to not modify `data->state.up.hostname` before
copying the connection's hostname, but modify the copy instead, leaving
the URL hostname intact.

Closes #20919
2026-03-14 23:17:40 +01:00
..
libssh.c urldata: connection bit ipv6_ip is wrong 2026-03-14 23:17:40 +01:00
libssh2.c badwords: rework exceptions, fix many of them 2026-03-12 01:01:16 +01:00
ssh.h lib: use lib source directory as base include path 2026-02-23 16:00:42 +01:00
vssh.c lib: use lib source directory as base include path 2026-02-23 16:00:42 +01:00
vssh.h lib: use lib source directory as base include path 2026-02-23 16:00:42 +01:00