Y
Hacker News
new
|
ask
|
show
|
jobs
by
apitman
460 days ago
Why throttle the browser rather than just having it block until more data arrives?
1 comments
tripflag
456 days ago
if you stop sending data entirely, browsers tend to drop and reopen the connection after a few minutes, assuming something got stuck along the way. Throttling seems to prevent that nicely.
link