diff options
author | David G. Quintas <dgq@google.com> | 2015-07-23 03:38:38 +0200 |
---|---|---|
committer | David G. Quintas <dgq@google.com> | 2015-07-23 03:38:38 +0200 |
commit | be7d16daf2067d9a41e3c6a98c2c350bff484bd5 (patch) | |
tree | d25163c213e63718d79029066e5a6ac0084820df /src | |
parent | e19b75a8c335307e58893f450d1a35ba43a67c04 (diff) | |
parent | 6159c07709ea23f2a2452c9ad940f7d7f515cd54 (diff) |
Merge pull request #2621 from ctiller/forgetful-frederic-feeds-frogs-frankfurts
Fix interop tests by ensuring non-http-special metadata precedes otheā¦
Diffstat (limited to 'src')
-rw-r--r-- | src/core/channel/compress_filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/channel/compress_filter.c b/src/core/channel/compress_filter.c index 14cb3da62d..bf02f9296f 100644 --- a/src/core/channel/compress_filter.c +++ b/src/core/channel/compress_filter.c @@ -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])); |