[whatwg/fetch] Requests cant "live" longer than 5 minutes? (#647)

Seems we cant keep long living connections alive. (Not request pooling ala keep-alive) but on a request level....so 1 request will ECONNRESET after 5 minutes.
In Https one can add  socket.setKeepAlive(true, 240000); on a per socket level...so requests wont be collected by the other side.


-- 
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/647

Received on Tuesday, 19 December 2017 13:47:02 UTC