Upgrade package:http2 dependency. (#21)

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.
This commit is contained in:
Jakob Andersen 2017-07-06 11:37:21 +02:00 committed by GitHub
parent ff962f8a8c
commit aefc45cbc0
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ dependencies:
grpc:
path: ../../
protobuf: ^0.5.4
http2: ^0.1.1+2
http2: ^0.1.2
dev_dependencies:
test: ^0.12.0

View File

@ -9,7 +9,7 @@ environment:
dependencies:
async: ^1.13.3
meta: ^1.0.5
http2: ^0.1.1+2
http2: ^0.1.2
dev_dependencies:
test: ^0.12.0