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

Fix interop tests by ensuring non-http-special metadata precedes other metadata

parent d1408e71
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ static void process_send_ops(grpc_call_element *elem,
channeld->default_compression_algorithm;
calld->has_compression_algorithm = 1; /* GPR_TRUE */
}
grpc_metadata_batch_add_head(
grpc_metadata_batch_add_tail(
&(sop->data.metadata), &calld->compression_algorithm_storage,
grpc_mdelem_ref(channeld->mdelem_compression_algorithms
[calld->compression_algorithm]));
......
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