mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
Update litellm/proxy/common_request_processing.py
Co-authored-by: veria-ai[bot] <224490171+veria-ai[bot]@users.noreply.github.com>
This commit is contained in:
parent
4fc3e2e064
commit
625ce95091
1 changed files with 1 additions and 1 deletions
|
|
@ -740,7 +740,7 @@ class ProxyBaseLLMRequestProcessing:
|
|||
|
||||
Proxy/custom headers win on key collisions.
|
||||
"""
|
||||
excluded_headers = {"transfer-encoding", "content-encoding"}
|
||||
excluded_headers = {"transfer-encoding", "content-encoding", "set-cookie", "connection", "keep-alive", "proxy-authenticate", "proxy-authorization", "te", "trailer", "upgrade"}
|
||||
|
||||
merged_headers = {
|
||||
key: value
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue