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

ext_proc: skip timeout timer on trailer in async mode. #36524

Merged
merged 3 commits into from
Oct 10, 2024

Conversation

tyxia
Copy link
Member

@tyxia tyxia commented Oct 10, 2024

Commit Message: Like header and body, timer/timeout should be skipped on trailer as well in async. It is because there is no response/ or response is ignored.
Risk Level: Low
Testing: Integration test (test the timeout on header, body and trailer)
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A

Signed-off-by: tyxia <[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: #36524 was opened by tyxia.

see: more, trace.

tyxia added 2 commits October 10, 2024 00:49
Signed-off-by: tyxia <[email protected]>
Signed-off-by: tyxia <[email protected]>
@tyxia tyxia marked this pull request as ready for review October 10, 2024 13:59
@tyxia tyxia enabled auto-merge (squash) October 10, 2024 13:59
@tyxia tyxia merged commit 2eebf0d into envoyproxy:main Oct 10, 2024
20 checks passed
Stevenjin8 pushed a commit to Stevenjin8/envoy that referenced this pull request Oct 10, 2024
)

Commit Message: Like header and body, timer/timeout should be skipped on
trailer as well in async. It is because there is no response/ or
response is ignored.
Risk Level: Low
Testing: Integration test
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A

---------

Signed-off-by: tyxia <[email protected]>
Signed-off-by: Steven Jin Xuan <[email protected]>
@tyxia tyxia deleted the asynctrailer branch October 15, 2024 18:58
grnmeira pushed a commit to grnmeira/envoy that referenced this pull request Oct 17, 2024
)

Commit Message: Like header and body, timer/timeout should be skipped on
trailer as well in async. It is because there is no response/ or
response is ignored.
Risk Level: Low
Testing: Integration test
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A

---------

Signed-off-by: tyxia <[email protected]>
Signed-off-by: Gustavo <[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