diff options
Diffstat (limited to 'net/http/http_transaction_winhttp.cc')
-rw-r--r-- | net/http/http_transaction_winhttp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_transaction_winhttp.cc b/net/http/http_transaction_winhttp.cc index 6570b0d..1c0914b 100644 --- a/net/http/http_transaction_winhttp.cc +++ b/net/http/http_transaction_winhttp.cc @@ -1549,7 +1549,7 @@ void HttpTransactionWinHttp::PopulateAuthChallenge() { std::wstring::const_iterator space = find(auth_header.begin(), auth_header.end(), ' '); auth_info->scheme.assign(auth_header.begin(), space); - auth_info->realm = net_util::GetHeaderParamValue(auth_header, L"realm"); + auth_info->realm = GetHeaderParamValue(auth_header, L"realm"); // Now auth_info has been fully populated. Before we swap it with // response_.auth_challenge, update the auth cache key and remove any |