New issue
Advanced search Search tips

Issue 781429 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Android network changes abort all DNS jobs twice

Project Member Reported by mge...@chromium.org, Nov 3 2017

Issue description

On Android, the DNS config change signal is controlled entirely by the network change signal, but it's way slower, something like 70ms on my Pixel, because it waits to read the new config. Both of these signals fail all current HostResolverImpl::Jobs with ERR_NETWORK_CHANGED, regardless of whether the async or system resolver is used.

We could improve this by clearing the DnsConfig when we get the network change signal, allowing jobs to start using the system resolver, and then not aborting them when we get the new config read.
 
Project Member

Comment 1 by sheriffbot@chromium.org, Nov 5

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment