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

proxy: update h2 to cancel reset requests #1051

Merged
merged 1 commit into from
Jun 1, 2018
Merged

Conversation

seanmonstar
Copy link
Contributor

@seanmonstar seanmonstar commented May 31, 2018

The results of running cargo update -p tower-h2.

This includes the changes that should detect when a client sends a RST_STREAM, and cancels our pending response future or streaming body.

Closes #986

Signed-off-by: Sean McArthur <sean@seanmonstar.com>
Copy link
Member

@olix0r olix0r left a comment

Choose a reason for hiding this comment

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

I've confirmed that this fixes #986

@seanmonstar seanmonstar merged commit cb3bebe into master Jun 1, 2018
@seanmonstar seanmonstar deleted the proxy-client-reset branch June 1, 2018 00:53
khappucino pushed a commit to Nordstrom/linkerd2 that referenced this pull request Mar 5, 2019
This includes the changes that should detect when a client sends a `RST_STREAM`, and cancels our pending response future or streaming body.

Closes linkerd#986
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.

None yet

2 participants