|
|
|
|
|
by runeks
432 days ago
|
|
> Perhaps I'm wrong, but I believe HTTP streaming is for chunking large blobs. You are wrong in the case of Chrome and Firefox. I have tried it and streaming e.g. unordered list elements are displayed instantly. But for Safari, "text/html" streaming happens in 512 byte chunks[1]. [1] https://bugs.webkit.org/show_bug.cgi?id=265386 |
|
That said, I'd be surprised if proxy software or services like Cloudflare didn't have logic to automatically opt out of "CDN mode" and switch to something more transparent when they see "text/event-stream". It's not that uncommon, all things considered.