Skip to content
Snippets Groups Projects
Commit 8be866ee authored by Craig Tiller's avatar Craig Tiller
Browse files

fix test

parent f0721657
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ static void verify(grpc_exec_ctx *exec_ctx, size_t window_available, bool eof, ...@@ -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,
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment