zen: cleanup headers
This commit is contained in:
parent
9427f56e1a
commit
9998efdae2
1 changed files with 2 additions and 0 deletions
|
|
@ -112,6 +112,8 @@ export async function handler(
|
||||||
headers.delete("content-length")
|
headers.delete("content-length")
|
||||||
headers.delete("x-opencode-request")
|
headers.delete("x-opencode-request")
|
||||||
headers.delete("x-opencode-session")
|
headers.delete("x-opencode-session")
|
||||||
|
headers.delete("x-opencode-project")
|
||||||
|
headers.delete("x-opencode-client")
|
||||||
return headers
|
return headers
|
||||||
})(),
|
})(),
|
||||||
body: reqBody,
|
body: reqBody,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue