zen: cleanup headers

pull/5757/head^2
Frank 2025-12-18 13:47:21 -05:00
parent 9427f56e1a
commit 9998efdae2
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ export async function handler(
headers.delete("content-length")
headers.delete("x-opencode-request")
headers.delete("x-opencode-session")
headers.delete("x-opencode-project")
headers.delete("x-opencode-client")
return headers
})(),
body: reqBody,