i dont like react but id even go so far as tanstack start because i trust tanner. but that isnt even
i dont like react but id even go so far as tanstack start because i trust tanner. but that isnt even in the docs yet and brand new as well

sourceResponse.body no such issues occur, so i assume tis something with the pipe?
sourceResponse.body const { readable, writable } = new TransformStream();
// Start pumping the body. NOTE: No await!
sourceResponse.body.pipeTo(writable, {preventClose: true});
return new Response(readable, {....})