diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-22 18:56:12 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-22 18:56:12 +0000 |
commit | 59872eb99d936134542a0afef965bdd84dfcf7dc (patch) | |
tree | 57ce5940c58945becc91d4ea4069912cb64d33c5 /net/net.gyp | |
parent | 715a5d7dd8e1b17d428d79ce9309fd0fb554a987 (diff) | |
download | chromium_src-59872eb99d936134542a0afef965bdd84dfcf7dc.zip chromium_src-59872eb99d936134542a0afef965bdd84dfcf7dc.tar.gz chromium_src-59872eb99d936134542a0afef965bdd84dfcf7dc.tar.bz2 |
Add an additional per-request DNS cache when executing FindProxyForURL() from a PAC script.
This mini-cache is more aggressive in caching negative resolutions, to avoid performance problems with PAC scripts that do lots of serial DNS resolves.
This is necessary now that we no longer globally cache DNS resolve failures to avoid performance regressions.
BUG=46821
Review URL: http://codereview.chromium.org/2833021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50495 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index e5914bb..77f4457e 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -417,6 +417,7 @@ 'proxy/proxy_resolver_js_bindings.h', 'proxy/proxy_resolver_mac.cc', 'proxy/proxy_resolver_mac.h', + 'proxy/proxy_resolver_request_context.h', 'proxy/proxy_resolver_script.h', 'proxy/proxy_resolver_v8.cc', 'proxy/proxy_resolver_v8.h', |