M
M
med1um2019-06-02 11:45:38
Browsers
med1um, 2019-06-02 11:45:38

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

1 answer(s)
R
Robur, 2019-06-02
@Robur

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 question

Ask a Question

731 491 924 answers to any question