if you stay away from remix what do you use in prod?
if you stay away from remix what do you use in prod?

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, {....})