Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
b4948512
Unverified
Commit
b4948512
authored
Oct 20, 2025
by
Simo Lin
Committed by
GitHub
Oct 20, 2025
Browse files
[router] remove encoding header for oai router (#11881)
parent
ddcba74b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sgl-router/src/routers/header_utils.rs
sgl-router/src/routers/header_utils.rs
+1
-0
No files found.
sgl-router/src/routers/header_utils.rs
View file @
b4948512
...
...
@@ -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"
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment