From aefc45cbc09dbdee4a205bdbddacb0bc409642f0 Mon Sep 17 00:00:00 2001 From: Jakob Andersen Date: Thu, 6 Jul 2017 11:37:21 +0200 Subject: [PATCH] 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. --- example/route_guide/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/route_guide/pubspec.yaml b/example/route_guide/pubspec.yaml index 2f24790..a8d25c4 100644 --- a/example/route_guide/pubspec.yaml +++ b/example/route_guide/pubspec.yaml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 2768ac7..2d1e665 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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