oops, proxy password

This commit is contained in:
David Rose 2002-10-29 18:49:28 +00:00
parent e9015f2d3d
commit 1bdfdb7265

View File

@ -1082,7 +1082,7 @@ run_reading_header() {
_client->generate_auth(_proxy, true, authenticate_request);
if (_proxy_auth != (HTTPAuthorization *)NULL) {
_proxy_realm = _proxy_auth->get_realm();
_proxy_username = _client->select_username(_proxy, false, _proxy_realm);
_proxy_username = _client->select_username(_proxy, true, _proxy_realm);
if (!_proxy_username.empty()) {
make_request_text();