]> granicus.if.org Git - curl/commit
CONNECT: fix ipv6 address in the Request-Line
authorDaniel Stenberg <daniel@haxx.se>
Fri, 24 Feb 2012 22:33:14 +0000 (23:33 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Feb 2012 22:33:14 +0000 (23:33 +0100)
commit79b6f4a2d37a17795e61b5ae9579f11bed9ad3cc
treeb17677476ee9524fb176214726b727080ea1ec81
parent5430007222e0325a1c5e0359ecde43886cef61af
CONNECT: fix ipv6 address in the Request-Line

Commit 466150bc64d fixed the Host: header with CONNECT, but I then
forgot the preceeding request-line. Now this too uses [brackets]
properly if a ipv6 numerical address was given.

Bug: http://curl.haxx.se/bug/view.cgi?id=3493129
Reported by: "Blacat"
lib/http_proxy.c