Re: [whatwg/fetch] Add option to automatically abort response stream if the data stopped arriving for longer than a specified time (#180)

To add to @apet-as's point, it's not acceptable to leave unused connections open in the browsers - most(?) browsers have a quite small limit on concurrent open connections, so it's important to be able to cancel a request and close the connection properly.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/180#issuecomment-292956868

Received on Monday, 10 April 2017 13:57:51 UTC