HTTP client timeout and server timeout

后端 未结 3 951
孤独总比滥情好
孤独总比滥情好 2020-12-13 15:01

According to this question: Where can I find the default timeout settings for all browsers? each every browser has a default setting for time out

The default timeout

3条回答
  •  执念已碎
    2020-12-13 15:43

    According to https://bugzilla.mozilla.org/show_bug.cgi?id=592284, the pref network.http.connection-retry-timeout controls the amount of time in ms (Milliseconds !) to wait for success on the initial connection before beginning the second one. Setting it to 0 disables the parallel connection.

提交回复
热议问题