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

Update http2 dependency to pick up fix for sending trailers with endOfStream set #13

Closed
jakobr-google opened this issue Jun 29, 2017 · 0 comments · Fixed by #21
Closed
Assignees

Comments

@jakobr-google
Copy link
Contributor

Upgrade package:http2 dependency once a release containing dart-lang/http2#8 is available.

@jakobr-google jakobr-google self-assigned this Jun 29, 2017
jakobr-google added a commit to jakobr-google/grpc-dart that referenced this issue Jul 6, 2017
Picks up fix for sending endStream bit on the requested frame, instead
of on an empty data frame following it.

Needed for interoperability with the Go gRPC client, since it otherwise
failed to recognize the trailer frame sent from the server.

Fixes grpc#13.
jakobr-google added a commit that referenced this issue Jul 6, 2017
Picks up fix for sending endStream bit on the requested frame, instead
of on an empty data frame following it.

Needed for interoperability with the Go gRPC client, since it otherwise
failed to recognize the trailer frame sent from the server.

Fixes #13.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants