/dev/pug0
/dev/pug0
CDCloudflare Developers
Created by /dev/pug0 on 3/12/2025 in #workers-help
Workers: Concatenating a large ReadableStream and a footer?
Hey! I have a large document that i get with fetch and i need to pipe it to my client through a response. The file is too large to fit in the worker memory so I am streaming it. Is there any way to concatenate the stream and a footer(for now, 127 null bytes) in a non cpu and memory intensive way?
1 replies