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

[HTTP] Audit implementation of upstream connections #12283

Closed
4 tasks
yanavlasov opened this issue Jul 24, 2020 · 2 comments
Closed
4 tasks

[HTTP] Audit implementation of upstream connections #12283

yanavlasov opened this issue Jul 24, 2020 · 2 comments
Labels
enhancement Feature requests. Not bugs or questions. stale stalebot believes this issue/PR has not been touched recently

Comments

@yanavlasov
Copy link
Contributor

yanavlasov commented Jul 24, 2020

Audit implementation of upstream connections for potential problems with untrusted upstream servers

There are several areas that needs to be verified and audited. Specifically:

  • Reuse of connection to H/1 upstream servers. Presently connection is reused very quickly and this may pose a problem with servers that respond twice. TBD: define the end goal. Protecting Envoy? Flagging misbehaving upstream servers?
  • Verify that idle timeouts for upstream connections work.
  • Code for retrying requests to upstream servers.
  • Audit handling of trailers.

Sub-task of #12278

@zuercher zuercher added the enhancement Feature requests. Not bugs or questions. label Jul 24, 2020
@stale
Copy link

stale bot commented Aug 23, 2020

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.

@stale stale bot added the stale stalebot believes this issue/PR has not been touched recently label Aug 23, 2020
@stale
Copy link

stale bot commented Aug 31, 2020

This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions.

@stale stale bot closed this as completed Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests. Not bugs or questions. stale stalebot believes this issue/PR has not been touched recently
Projects
None yet
Development

No branches or pull requests

2 participants