[router] remove encoding header for oai router (#11881)

This commit is contained in:
Simo Lin
2025-10-20 17:39:00 -07:00
committed by GitHub
parent ddcba74b4d
commit b4948512b8

View File

@@ -81,6 +81,7 @@ pub fn apply_request_headers(
key_str == "keep-alive" ||
key_str == "te" ||
key_str == "trailers" ||
key_str == "accept-encoding" ||
key_str == "upgrade" ||
(skip_content_headers && (key_str == "content-type" || key_str == "content-length"));