a redirect might change the proxy requirements

This commit is contained in:
David Rose 2007-10-08 18:00:03 +00:00
parent 40314b8e1b
commit 81735f8dee

View File

@ -1876,6 +1876,7 @@ run_reading_header() {
reset_url(_request.get_url(), new_url);
_request.set_url(new_url);
_want_ssl = _request.get_url().is_ssl();
reconsider_proxy();
make_header();
make_request_text();