This commit is contained in:
Chris Wanstrath 2026-02-17 07:41:05 -08:00
parent b967bb9e9a
commit 3ac9a06a9f

View File

@ -117,6 +117,7 @@ export function connect(options: TunnelOptions): Tunnel {
method: req.method,
headers: req.headers,
body: hasBody ? req.body : undefined,
redirect: "manual",
})
const contentType = response.headers.get("content-type")