HTTP client timeout and server timeout

后端 未结 3 952
孤独总比滥情好
孤独总比滥情好 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:45

    go to the url about:config and paste each line:

    network.http.keep-alive.timeout;10
    network.http.connection-retry-timeout;10
    network.http.pipelining.read-timeout;5
    network.http.connection-timeout;10
    

提交回复
热议问题