Unverified Commit b4948512 authored by Simo Lin's avatar Simo Lin Committed by GitHub
Browse files

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

parent ddcba74b
...@@ -81,6 +81,7 @@ pub fn apply_request_headers( ...@@ -81,6 +81,7 @@ pub fn apply_request_headers(
key_str == "keep-alive" || key_str == "keep-alive" ||
key_str == "te" || key_str == "te" ||
key_str == "trailers" || key_str == "trailers" ||
key_str == "accept-encoding" ||
key_str == "upgrade" || key_str == "upgrade" ||
(skip_content_headers && (key_str == "content-type" || key_str == "content-length")); (skip_content_headers && (key_str == "content-type" || key_str == "content-length"));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment