mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
oops, proxy password
This commit is contained in:
parent
e9015f2d3d
commit
1bdfdb7265
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user