Saturday 29 June 2019

Difference between keepAliveTimeout and timeout?

Reading Node's doc about server.keepAliveTimeout:

If the server receives new data before the keep-alive timeout has fired, it will reset the regular inactivity timeout, i.e., server.timeout.

How is that different from server.timeout?

It sounds like they are both about socket timeout which only start to tick on inactivity.



from Difference between keepAliveTimeout and timeout?

No comments:

Post a Comment