Skip to content
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

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

http2: less NO_ERROR #37270

wants to merge 4 commits into from

Conversation

alyssawilk
Copy link
Contributor

@alyssawilk alyssawilk commented Nov 20, 2024

Risk Level:
Testing: updated tests
Docs Changes:
Release Notes:

Signed-off-by: Alyssa Wilk <[email protected]>
Copy link

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #37270 was opened by alyssawilk.

see: more, trace.

Copy link

CC @envoyproxy/runtime-guard-changes: FYI only for changes made to (source/common/runtime/runtime_features.cc).
CC @envoyproxy/api-shepherds: Your approval is needed for changes made to (api/envoy/|docs/root/api-docs/).
envoyproxy/api-shepherds assignee is @abeyad
CC @envoyproxy/api-watchers: FYI only for changes made to (api/envoy/|docs/root/api-docs/).

🐱

Caused by: #37270 was opened by alyssawilk.

see: more, trace.

@@ -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;
Copy link
Contributor

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]>
@abeyad
Copy link
Contributor

abeyad commented Dec 2, 2024

/wait

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants