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

clean up doEndStream #35506

Merged

Conversation

antoniovleonti
Copy link
Contributor

@antoniovleonti antoniovleonti commented Jul 30, 2024

Commit Message: clean up doEndStream
Additional Description: There are some variables that are only used if check_for_deferred_close is true. Move them to be inside the if (check_for_deferred_close) block.

Signed-off-by: antoniovleonti <[email protected]>
@antoniovleonti
Copy link
Contributor Author

/assign @yanavlasov

@antoniovleonti
Copy link
Contributor Author

/retest

Copy link
Contributor

@adisuissa adisuissa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@yanavlasov yanavlasov merged commit ec61a3c into envoyproxy:main Aug 1, 2024
51 checks passed
@antoniovleonti antoniovleonti deleted the checkfordeferredclosefix branch August 1, 2024 13:37
martinduke pushed a commit to martinduke/envoy that referenced this pull request Aug 8, 2024
There are some variables that are only used if
check_for_deferred_close is true. Move them to be inside the `if
(check_for_deferred_close)` block.

Signed-off-by: antoniovleonti <[email protected]>
Signed-off-by: Martin Duke <[email protected]>
asingh-g pushed a commit to asingh-g/envoy that referenced this pull request Aug 20, 2024
There are some variables that are only used if
check_for_deferred_close is true. Move them to be inside the `if
(check_for_deferred_close)` block.

Signed-off-by: antoniovleonti <[email protected]>
Signed-off-by: asingh-g <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants