eb5dc4bced
Motivation: The HttpProxyHandler is expected to be capable of issuing a valid CONNECT request for a tunneled connection to an IPv6 host. Modifications: - Correctly format the IPV6 address. - Add unit tests Result: HttpProxyHandler works with IPV6 as well. Fixes [#6152].