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

Trailers sent on streams without pending data never get emitted #24

Closed
Lukasa opened this issue Nov 16, 2018 · 0 comments
Closed

Trailers sent on streams without pending data never get emitted #24

Lukasa opened this issue Nov 16, 2018 · 0 comments

Comments

@Lukasa
Copy link
Contributor

Lukasa commented Nov 16, 2018

If a stream has had all its data frames emitted, such that the HTTP2StreamDataProvider is in the .pending state, and the user then submits a trailer frame, that frame will never be emitted. This is because we don't correctly resume the data provider in this case.

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