UHV: Move checks for headers with underscores to UHV when it is enabled (#24497)
Move checks for headers with underscores to UHV when it is enabled While UHV has implemented checks for header names with underscores, the corresponding checks in codec_impl.cc was not disabled. This PR removes this check from codecs when ENVOY_ENABLE_UHV is defined, such that code in UHV is exercised. Also added missing plumbing for the stats for header map modification done by UHV. Signed-off-by: Yan Avlasov <yavlasov@google.com> Mirrored from https://github.com/envoyproxy/envoy @ cdbf0703ac84d0b38edc93018735dd021ad02061pull/626/head
parent
9d75613d0b
commit
bc67c79de6
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue