sh33p
sh33p
CDCloudflare Developers
Created by sh33p on 4/4/2025 in #workers-help
Seeing data loss when serving ReadableStream from worker
OK, the root of the problem is probably that after I yield from the generator, and the logic above issues controller.enqueue() on that buffer, then by the time the pull() method is called again the output buffer is not yet safe to overwrite. How am I supposed to know when I can re-use the buffer sent out via controller.enqueue()?
3 replies
CDCloudflare Developers
Created by sh33p on 4/4/2025 in #workers-help
Seeing data loss when serving ReadableStream from worker
Problem persists if I turn off compression. Should also mention it's a random chunk in the middle, not first or last.
3 replies
CDCloudflare Developers
Created by sh33p on 3/31/2025 in #workers-help
My worker serves sitemap.xml but Google can't read it
It seems to have resolved itself before I could deploy a workaround. My question still stands but if somebody finds this in search maybe the answer is, like all things, "just wait longer".
2 replies
CDCloudflare Developers
Created by ryanmoziyi on 9/27/2024 in #general-help
HTTP 520 ERROR
Any progress here? I have the same issue. In my case I do not have a static site behind the worker, so I'm just starting to learn how to put a static asset in there to see if that helps.
31 replies