commit | 0ffe9f52077058c38c4423e3c34d565055cde69e | [log] [tgz] |
---|---|---|
author | Hans Leidekker <hans@it.vu.nl> | Sun Mar 30 19:16:52 2008 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Mar 31 13:00:32 2008 +0200 |
tree | 364305e2f0fcae8ab515f52ecb963c735cfc1ee3 | |
parent | 454fae84321f46d2c5b7df7f763d2855fc304948 [diff] |
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.