mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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);
|
_client->generate_auth(_proxy, true, authenticate_request);
|
||||||
if (_proxy_auth != (HTTPAuthorization *)NULL) {
|
if (_proxy_auth != (HTTPAuthorization *)NULL) {
|
||||||
_proxy_realm = _proxy_auth->get_realm();
|
_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()) {
|
if (!_proxy_username.empty()) {
|
||||||
make_request_text();
|
make_request_text();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user