Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Issue 2873003: Disable caching of failed DNS lookups. (Closed)

Created:
10 years, 6 months ago by eroman
Modified:
9 years, 6 months ago
Reviewers:
Mike Belshe, omattos
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Disable caching of failed DNS lookups. This is causing problems on network changes, since we don't have a reliable signal for telling when DNS is back up (so we aren't able to flush the cache properly). This will regress bug 1672, filed 46821 to address that. BUG=46821 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50141

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M net/base/host_resolver_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
eroman
10 years, 6 months ago (2010-06-17 19:19:28 UTC) #1
Mike Belshe
lgtm On 2010/06/17 19:19:28, eroman wrote: >
10 years, 6 months ago (2010-06-17 19:21:25 UTC) #2
eroman
Changed this CL to whole-sale disable the cache.
10 years, 6 months ago (2010-06-17 19:26:22 UTC) #3
omattos
How will this impact load times of pages with lots of resources from an invalid ...
10 years, 6 months ago (2010-06-17 21:49:44 UTC) #4
eroman
10 years, 6 months ago (2010-06-17 21:55:58 UTC) #5
Yes, this will hurt performance for certain cases. The most notable one is 46821
(which can mean the difference between say a 2 second load time versus a 30
second load time).

Powered by Google App Engine
This is Rietveld 408576698