mirror of https://github.com/grpc/grpc.git
[call] Dont take grpclb_client_stats from the app (#33118)
This metadata doesn't actually encode so passing it through from an app will force a crash. <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. -->pull/33137/head
parent
915d7c4a70
commit
cd44a2433e
2 changed files with 32 additions and 0 deletions
@ -0,0 +1,30 @@ |
||||
actions { |
||||
create_channel { |
||||
target: "unix:" |
||||
channel_actions { |
||||
add_n_bytes_readable: 25970 |
||||
} |
||||
} |
||||
} |
||||
actions { |
||||
create_call { |
||||
propagation_mask: 9541248 |
||||
method { |
||||
value: "grpc.service_config" |
||||
} |
||||
timeout: 993774335 |
||||
} |
||||
} |
||||
actions { |
||||
queue_batch { |
||||
operations { |
||||
send_initial_metadata { |
||||
metadata { |
||||
key { |
||||
value: "grpclb_client_stats" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue