diff --git a/server.ts b/server.ts index 80555fff..ef238cf7 100644 --- a/server.ts +++ b/server.ts @@ -215,10 +215,6 @@ export const createServer = ( ); } - return clientResponse( - await proxy.arrayBuffer(), - proxy.status, - proxy.headers.toJSON(), - ); + return proxy; }, });