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

mobile: more flow control improvements #34303

Merged
merged 4 commits into from
May 28, 2024
Merged

Conversation

alyssawilk
Copy link
Contributor

@alyssawilk alyssawilk commented May 22, 2024

follow-ups on #34211 correctly handling fin-with-no-payload as well.

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:

Fixes #34288

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: #34303 was opened by alyssawilk.

see: more, trace.

Signed-off-by: Alyssa Wilk <[email protected]>
@alyssawilk alyssawilk marked this pull request as ready for review May 22, 2024 18:51
abeyad
abeyad previously approved these changes May 22, 2024
@@ -153,7 +153,7 @@ class ClientIntegrationTest
}

void basicTest();
void trickleTest();
void trickleTest(bool final_chunk_empty);
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this should also be final_chunk_has_data

Signed-off-by: Alyssa Wilk <[email protected]>
@alyssawilk alyssawilk merged commit d9ef487 into envoyproxy:main May 28, 2024
35 checks passed
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.

mobile: AndroidEngineExplicitFlowTest is flaky
3 participants