Skip to content

Commit

Permalink
more duplex stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Nov 18, 2024
1 parent 1696cfa commit 9595a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export async function handleFetch(
body: ev.body,
headers: ev.requestHeaders,
//@ts-expect-error no types
duplex: request.duplex,
duplex: "half",
}));

return await handleResponse(
Expand Down

0 comments on commit 9595a02

Please sign in to comment.