-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http2: less NO_ERROR #37270
base: main
Are you sure you want to change the base?
http2: less NO_ERROR #37270
Conversation
Signed-off-by: Alyssa Wilk <[email protected]>
CC @envoyproxy/runtime-guard-changes: FYI only for changes made to |
@@ -375,6 +375,9 @@ message ResponseFlags { | |||
|
|||
// Indicates a downstream remote codec level reset was received on the stream | |||
bool downstream_remote_reset = 28; | |||
|
|||
// Indicates the stream was reset with the NO_ERROR code. | |||
bool reset_no_error = 29; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we also update L274 to have [#next-free-field: 30]
?
Signed-off-by: Alyssa Wilk <[email protected]>
Signed-off-by: Alyssa Wilk <[email protected]>
/wait |
Signed-off-by: Alyssa Wilk <[email protected]>
Risk Level:
Testing: updated tests
Docs Changes:
Release Notes: