Updates:
Owner: [email protected]
Comment #1 on issue 5587 by [email protected]: all dns errors hang
http://code.google.com/p/chromium/issues/detail?id=5587
I see SafeBrowsingService::DatabaseLoadComplete being called while enabled_
is false,
so database_loaded_ is never set to true.
SafeBrowsingService::OnIOInitialize is
called afterwards, which sets enabled_ to true, however database_loaded_
never gets
set to true. As a result the check for http://www.google.xom never callback
ResourceDispatcherHost.
Paul, it looks like the new SB database is not processing any checks
because it
thinks the data isn't loaded, is this a recent regression or am I missing
something?
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---