Skip to content

http/2: correctly handle reset after complete response#105

Merged
mattklein123 merged 1 commit intomasterfrom
reset_after_response
Sep 29, 2016
Merged

http/2: correctly handle reset after complete response#105
mattklein123 merged 1 commit intomasterfrom
reset_after_response

Conversation

@mattklein123
Copy link
Copy Markdown
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
Copy Markdown
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
mathetake added a commit that referenced this pull request Mar 3, 2026
To minimize the change needed to discuss #104

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
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