-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modifying the NetworkConfigurationFilter to do asynchronous DNS lookups for non-IP-address proxies. If address resolution fails, the request will be short circuited by sendLocalReply rather than being sent upstream without being proxied. This PR also changes ConnectivityManager to have a pure API and an Impl for testing. Risk Level: low Testing: unit tests, integration test Docs Changes: n/a Release Notes: n/a part of #1622 fixes #2532 Signed-off-by: Alyssa Wilk <[email protected]>
- Loading branch information
1 parent
3c4de61
commit 5e8d877
Showing
17 changed files
with
775 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.