forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grid: Track HTTP/3 broken-ness in ConnectivityGrid. (envoyproxy#15933)
* grid: Track HTTP/3 broken-ness in ConnectivityGrid. Mark HTTP/3 as broken when the HTTP/3 connect attempt fails but the fallback attempt succeeds. When HTTP/3 is broken, do not attempt to initiate new HTTP/3 connections. Add an assert that the Grid's host and the callback's host are the same. Signed-off-by: Ryan Hamilton <[email protected]> Signed-off-by: Gokul Nair <[email protected]>
- Loading branch information
1 parent
c17bdd0
commit 65c4e5a
Showing
3 changed files
with
171 additions
and
38 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
Oops, something went wrong.