Answer the question
In order to leave comments, you need to log in
What does the browser do when the server does not respond to the connection for a long time?
When there is no response over HTTP for a long time - what happens in this case in the WebKit browser and in NodeJS?
Will retries be sent? Through what time interval?
Where can I learn more about this technical details?
Answer the question
In order to leave comments, you need to log in
As far as I know, HTTP itself does not regulate this in any way, so it remains for the client to inspect.
WebKit most likely waits until a timeout, then terminates the connection.
NodeJS - there may be different clients / libraries and behave differently too, but with a high probability they do the same by default
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question