[router] remove encoding header for oai router (#11881)
This commit is contained in:
@@ -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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user