mirror of
https://github.com/electron/electron.git
synced 2026-01-25 07:18:18 -05:00
Clear is replaced with ClearEntriesAddedWithin
This commit is contained in:
committed by
Kevin Sawicki
parent
8a6fd685e3
commit
411696ca19
@@ -371,7 +371,7 @@ void ClearAuthCacheInIO(
|
||||
options.origin, options.realm, options.auth_scheme,
|
||||
net::AuthCredentials(options.username, options.password));
|
||||
} else {
|
||||
auth_cache->Clear();
|
||||
auth_cache->ClearEntriesAddedWithin(base::TimeDelta::Max());
|
||||
}
|
||||
} else if (options.type == "clientCertificate") {
|
||||
auto client_auth_cache = network_session->ssl_client_auth_cache();
|
||||
|
||||
Reference in New Issue
Block a user