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/2: correctly handle reset after complete response #105

Merged
merged 1 commit into from
Sep 29, 2016

Conversation

mattklein123
Copy link
Member

nghttp2 will cancel outgoing frames if a reset frame is submitted before
previous headers/data frames are sent. We handle this case by deferring
the reset until we actually send the full response.

nghttp2 will cancel outgoing frames if a reset frame is submitted before
previous headers/data frames are sent. We handle this case by deferring
the reset until we actually send the full response.
@mattklein123
Copy link
Member Author

@lyft/network-team

@mattklein123 mattklein123 merged commit add5778 into master Sep 29, 2016
@mattklein123 mattklein123 deleted the reset_after_response branch September 29, 2016 20:20
rshriram pushed a commit to rshriram/envoy that referenced this pull request Oct 30, 2018
rlenglet referenced this pull request in istio/envoy Aug 13, 2019
…#105)

* gRPC and HTTP calls return on RootContext.  Add setEffectiveContext() call.

Signed-off-by: John Plevyak <jplevyak@gmail.com>
nrjpoddar pushed a commit to nrjpoddar/envoy that referenced this pull request Oct 3, 2019
…uster modification (envoyproxy#8106) (envoyproxy#105)

Risk Level: Medium
Testing: New unit test added. Fix verified via --config=asan.

Signed-off-by: Andres Guedez <aguedez@google.com>
Signed-off-by: John Plevyak <jplevyak@gmail.com>
shalk pushed a commit to shalk/envoy that referenced this pull request Nov 6, 2020
jwendell added a commit to jwendell/envoy that referenced this pull request Mar 30, 2022
jpsim pushed a commit that referenced this pull request Nov 28, 2022
Signed-off-by: Jose Nino jnino@lyft.com

Description: pin our bazel install to 0.26.1. There are a few items that do not work yet on 0.27.0, and we want to have a controlled upgrade.
Risk Level: low -- pins the bazel version for ease of compatibility
Testing: CI

Signed-off-by: JP Simard <jp@jpsim.com>
jpsim pushed a commit that referenced this pull request Nov 29, 2022
Signed-off-by: Jose Nino jnino@lyft.com

Description: pin our bazel install to 0.26.1. There are a few items that do not work yet on 0.27.0, and we want to have a controlled upgrade.
Risk Level: low -- pins the bazel version for ease of compatibility
Testing: CI

Signed-off-by: JP Simard <jp@jpsim.com>
arminabf pushed a commit to arminabf/envoy that referenced this pull request Jun 5, 2024
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.

2 participants