You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node offers some keep-alive options on an http server, and especially the keepAliveTimeout is important, to avoid incoming connections being closed too soon.
We should make at least keepAliveTimeout available on the incoming options object.
Node offers some keep-alive options on an http server, and especially the
keepAliveTimeout
is important, to avoid incoming connections being closed too soon.We should make at least
keepAliveTimeout
available on theincoming
options object.References:
The text was updated successfully, but these errors were encountered: