= {
client_authority_start_transport_stream_op_batch,
client_authority_init_call_elem,
client_authority_destroy_call_elem,
client_authority_init_channel_elem,
client_authority_destroy_channel_elem,
"authority"}
void grpc_channel_next_op(grpc_channel_element *elem, grpc_transport_op *op)
Definition: channel_stack.cc:236
struct connected_channel_channel_data channel_data
struct connected_channel_call_data call_data
void grpc_channel_next_get_info(grpc_channel_element *elem, const grpc_channel_info *channel_info)
Definition: channel_stack.cc:230
void grpc_call_stack_ignore_set_pollset_or_pollset_set(grpc_call_element *, grpc_polling_entity *)
Definition: channel_stack.cc:205
Filter responsible for setting the authority header, if not already set.
It uses the value of the GRPC_ARG_DEFAULT_AUTHORITY channel arg if the initial metadata doesn't already contain an authority value.