Re: [whatwg/fetch] Add timeout option (#20)

I think you are misunderstanding me.

> there is simply nothing.

There is never "nothing". If the "server hangs" and it happens during the streaming, you won't receive another chunk.

Therefor the timeout should be taken into account until the `read`'s reader returns `done` as true.
This cannot be achieved if you are only consuming the body without using `getReader`.

-- 
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/20#issuecomment-541305911

Received on Saturday, 12 October 2019 09:22:58 UTC