-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip endpoint resolution when profile lookup is rejected (#691)
When profile lookup is rejected, this error propagates to the stack and is handled by falling back to an alternate stack. In order to move profile discovery out of the HTTP stack and onto the initial TCP accept stack, we want to avoid this sort of fallback behavior. So this change modifies profile discovery to make the profile optional. When a profile lookup is rejected/skipped, we now simply return a `None` profile; and in these cases we avoid performing endpoint resolution by omitting a concrete address.
- Loading branch information
Showing
15 changed files
with
403 additions
and
410 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
Oops, something went wrong.