```

Your worker called response.clone(), but did not read the body of both clones. This is wasteful, as it forces the system to buffer the entire response body in memory, rather than streaming it through. This may cause your worker to be unexpectedly terminated for going over the memory limit. If you only meant to copy the response headers and metadata (e.g. in order to be able to modify them), use `new Response(response.body, response)` instead.
Your worker called response.clone(), but did not read the body of both clones. This is wasteful, as it forces the system to buffer the entire response body in memory, rather than streaming it through. This may cause your worker to be unexpectedly terminated for going over the memory limit. If you only meant to copy the response headers and metadata (e.g. in order to be able to modify them), use `new Response(response.body, response)` instead.
^ I don't understand this, as I don't even have a .clone() in my script.
4 Replies
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
dave
dave17mo ago
sadly no, not as I remember
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
dave
dave17mo ago
ahhh yes, that rings a bell that explains why I haven't seen it recently
Want results from more Discord servers?
Add your server