Closed
Description
d258fb0 added this explanation to server.timeout
:
The number of milliseconds of inactivity before a socket is presumed to have timed out.
I noticed that long running (but active) requests like file uploads were cancelled after the timeout had passed and I'm almost certain that there is no actual code that checks for activity on a socket.
Should we update the docs so they state that the socket timeout is actually unconditional? Alternatively, we could possibly reset the timeout on activity, but that will have a perf impact.
Activity