Chromium Code Reviews

Issue 1576021: Increase the default cache time for failed host resolves from 1 second to 1 m... (Closed)

Created:
10 years, 8 months ago by eroman
Modified:
9 years, 6 months ago
Reviewers:
darin (slow to review), heartforyourvalentine
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Increase the default cache time for failed host resolves from 1 second to 1 minute. BUG=1672 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=43997

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+1 line, -1 line)
M net/base/host_resolver_impl.cc View 1 chunk +1 line, -1 line 0 comments

Messages

Total messages: 5 (0 generated)
eroman
10 years, 8 months ago (2010-04-06 19:45:15 UTC) #1
darin (slow to review)
Wouldn't another solution to the PAC problem be to use a NXDOMAIN cache that is ...
10 years, 8 months ago (2010-04-07 05:44:56 UTC) #2
eroman
While I could do a solution which is specific to the PAC case, I think ...
10 years, 8 months ago (2010-04-07 05:49:56 UTC) #3
darin (slow to review)
LGTM... I did not realize we bypassed the host cache when you hit refresh. -Darin ...
10 years, 8 months ago (2010-04-08 04:14:30 UTC) #4
heartforyourvalentine
10 years, 8 months ago (2010-04-14 10:56:56 UTC) #5
Error 105 (net::ERR_NAME_NOT_RESOLVED): browser messages are now cached for one
minute. Every time this dns error is displayed one need to wait >60 seconds
until reload/f5/shift-f5 is honored again.

Powered by Google App Engine