push
github
xds: ignore keep_empty_value and discard header keys on empty mutations (#12852) In GrpcService/ext_proc header mutations, we do not support the `keep_empty_value` field (https://github.com/grpc/proposal/pull/510/changes/f6d42d67d). If any header mutation results in a header containing an empty value (either string or binary), we proceed with the empty value.
36522 of 41099 relevant lines covered (88.86%)
0.89 hits per line