pull/10473/head
Craig Tiller 8 years ago
parent f0721657ff
commit 8be866eed7
  1. 2
      test/core/transport/chttp2/hpack_encoder_test.c

@ -106,7 +106,7 @@ static void verify(grpc_exec_ctx *exec_ctx, size_t window_available, bool eof,
grpc_encode_header_options hopt = { grpc_encode_header_options hopt = {
.stream_id = 0xdeadbeef, .stream_id = 0xdeadbeef,
.is_eof = eof, .is_eof = eof,
.use_true_binary_metadata = false, .use_true_binary_metadata = use_true_binary_metadata,
.max_frame_size = 16384, .max_frame_size = 16384,
.stats = &stats, .stats = &stats,
}; };

Loading…
Cancel
Save