aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-20 12:39:26 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-20 12:39:26 -0700
commitfe1a67c3d306d650131988471cda8feb0cfa119e (patch)
treef9c47fe773ab15296bac4684dfebcccb980b1a31 /src/core/ext/transport
parent02cc83b51a9eb9418c97befdd52b5f2e52977562 (diff)
parent3fe0f6d8514f5e957baadde15c35cd7896cc2142 (diff)
Merge github.com:grpc/grpc into trickle_stall
Diffstat (limited to 'src/core/ext/transport')
-rw-r--r--src/core/ext/transport/chttp2/transport/chttp2_transport.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ext/transport/chttp2/transport/chttp2_transport.c b/src/core/ext/transport/chttp2/transport/chttp2_transport.c
index c4c22f1975..2d37b2e131 100644
--- a/src/core/ext/transport/chttp2/transport/chttp2_transport.c
+++ b/src/core/ext/transport/chttp2/transport/chttp2_transport.c
@@ -2161,6 +2161,7 @@ static void update_bdp(grpc_exec_ctx *exec_ctx, grpc_chttp2_transport *t,
}
push_setting(exec_ctx, t, GRPC_CHTTP2_SETTINGS_INITIAL_WINDOW_SIZE,
(uint32_t)bdp);
+ push_setting(exec_ctx, t, GRPC_CHTTP2_SETTINGS_MAX_FRAME_SIZE, (uint32_t)bdp);
}
static grpc_error *try_http_parsing(grpc_exec_ctx *exec_ctx,