mirror of https://github.com/grpc/grpc-dart.git
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:
parent
ff962f8a8c
commit
aefc45cbc0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue