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

For TCP, this could be implemented via the SO_RCVTIMEO and SO_SNDTIMEO socket system-call options (java calls the pair SO_TIMEOUT in its Socket API).

-- 
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-763697827

Received on Wednesday, 20 January 2021 15:11:26 UTC