predictors: Issue a dns request only after a proxy lookup is complete
Active cancellation of dns requests may lead to creation of too many background threads performing getaddrinfo. It happens because we can't cancel getaddrinfo, and the task runner will allocate a new thread even though a thread with the cancelled getaddrinfo is still alive. This reverts commit 512b3dda and applies new patches on top of this revert. Bug: 883806 Change-Id: Ie731783b86300a312de56b3e281a640fb23829fb Reviewed-on: https://chromium-review.googlesource.com/c/1307445Reviewed-by:Benoit L <lizeb@chromium.org> Commit-Queue: Alexandr Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#606088}
Showing
Please register or sign in to comment