- From: Florian <notifications@github.com>
- Date: Tue, 19 Dec 2017 05:46:40 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 19 December 2017 13:47:02 UTC
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