Hacker News new | ask | show | jobs
by greglindahl 2981 days ago
You could consider using websockets, which are intended to be used the way you're trying to use chunking.
1 comments

I'm aware. But this is easier to use. For example, here's how you tail some log file: curl -H 'Range: bytes=0-' https://foo.example/bar.log.