Server Sent Events buffering
Hi, I have a worker endpoint that sends server events to the client. It was working fine until a few weeks ago but recently the client started receiving all the events from a request all at once. This behaviour seems odd, I would expect server side events not to be buffered and return immediately to minimise the response TTFB. I have tried creating a page rule to disable caching but that did not make it work. Is there a new configuration I am missing? What could be causing the events to be buffered and flushed all at the same time?
0 Replies