DescriptionReland of 218616. It was reverted in 219027 due to crashes in the case of
responses with no addresses.
> [net/dns] Perform A/AAAA queries for AF_UNSPEC resolutions in parallel.
>
> The second DnsTransaction is scheduled as a second job on the resolver's
> PrioritizedDispatcher, at the beginning of its priority queue. The two
> DnsTransactions run independently of each other, although if one of them
> finishes with an error, the other one will be scrapped immediately, and
> the Job will fall back to ProcTask.
>
> BUG=174992
>
> Original Review URL: https://chromiumcodereview.appspot.com/19498003
Revert URL: https://codereview.chromium.org/23102009
BUG=174992, 277625
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221469
Patch Set 1 #Patch Set 2 : Fix bug, add tests #Patch Set 3 : Fix other issue (And a sync) #Patch Set 4 : Add missing file #Patch Set 5 : Fix bug, add test, update comments #Patch Set 6 : Fix test #
Total comments: 16
Patch Set 7 : Response to comments #Patch Set 8 : Fix printing unsigned #
Messages
Total messages: 6 (0 generated)
|