movableink / doorman

HTTP Proxy + OAuth
MIT License
167 stars 52 forks source link

Add keep-alive for backends #66

Closed mnutt closed 2 years ago

mnutt commented 3 years ago

We have some internal services that take a long time to respond to requests (sometimes dozens of minutes) and also don't send any sort of keepalive either, causing the socket to timeout. This is an attempt to get node to not close the connection after 120s.