Chromium Code Reviews
Help | Chromium Project | Sign in
(25)

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

Can't Edit
Can't Publish+Mail
Start Review
Created:
4 years, 11 months ago by eroman
Modified:
4 years 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
Commit: CQ not working?

Messages

Total messages: 5 (0 generated)
eroman
4 years, 11 months ago (2010-06-17 19:19:28 UTC) #1
Mike Belshe
lgtm On 2010/06/17 19:19:28, eroman wrote: >
4 years, 11 months ago (2010-06-17 19:21:25 UTC) #2
eroman
Changed this CL to whole-sale disable the cache.
4 years, 11 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 ...
4 years, 11 months ago (2010-06-17 21:49:44 UTC) #4
eroman
4 years, 11 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).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld ec887be