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

Remote pushes with invalid headers leave a stream dangling #333

Open
Lukasa opened this issue Mar 17, 2022 · 0 comments
Open

Remote pushes with invalid headers leave a stream dangling #333

Lukasa opened this issue Mar 17, 2022 · 0 comments

Comments

@Lukasa
Copy link
Contributor

Lukasa commented Mar 17, 2022

When we receive a push promise, we first create the promised stream and then receive the frame. This is fine, but if receiving the frame produces an error (e.g. because the headers are invalid) then we never delete the stream again. That's no good.

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

No branches or pull requests

1 participant