https://bz.apache.org/bugzilla/show_bug.cgi?id=69753

--- Comment #6 from Joe Orton <[email protected]> ---
If the server hostname is an IP literal, does that end up going through the DNS
resolver in the proxy code already? If so, yes, that would break.

On the wire the hostname used will (almost?) always be the authority string
parsed without the scope, e.g. in a outgoing Host: header. For an outgoing
CONNECT to a forward proxy I guess the authority string used *should* include
the scope ID if one has been configured, but that is pretty hairy territory.

The proper way to handle this is likely to parse/store/generate the authority
string  separately to the parsed (struct sockaddr) for an IP literal (which
includes the parsed scope), or a DNS-name.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to