wininet: Fix redirects through a proxy.
authorHans Leidekker <hans@it.vu.nl>
Sun, 30 Mar 2008 18:16:52 +0000 (19:16 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 31 Mar 2008 11:00:32 +0000 (13:00 +0200)
commit0ffe9f52077058c38c4423e3c34d565055cde69e
tree364305e2f0fcae8ab515f52ecb963c735cfc1ee3
parent454fae84321f46d2c5b7df7f763d2855fc304948
wininet: Fix redirects through a proxy.

HTTP_DealWithProxy replaces the request path with a full URL to make sure
a correct request is built for for the proxy. This will work just once in
case of a redirect because the path will be appended to the redirect url,
resulting in an incorrect url.
dlls/wininet/http.c