在哪里可以找到所有浏览器的默认超时设置? [英] Where can I find the default timeout settings for all browsers?

查看:175
本文介绍了在哪里可以找到所有浏览器的默认超时设置?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找某种文档来指定每个浏览器(IE6/IE7/FF2/FF3 等)在请求放弃和超时之前等待请求的时间.

I'm looking for some kind of documentation that specifies how much time each browser (IE6/IE7/FF2/FF3, etc) will wait on a request before it just gives up and times out.

我没有运气得到这个.

有什么指点吗?

推荐答案

我设法找到了 network.http.connect.timeout 适用于较旧版本的 Mozilla:

I managed to find network.http.connect.timeout for much older versions of Mozilla:

这个偏好是几个添加以允许低级别调整HTTP 网络代码.之后相同代码的部分是在 2001 年进行了重大改写,偏好不再有任何影响(正如早在 all.js 中所指出的那样2001 年 9 月).

This preference was one of several added to allow low-level tweaking of the HTTP networking code. After a portion of the same code was significantly rewritten in 2001, the preference ceased to have any effect (as noted in all.js as early as September 2001).

目前,超时时间确定通过系统级连接建立超时.添加方法配置这个值被认为是低优先级.

Currently, the timeout is determined by the system-level connection establishment timeout. Adding a way to configure this value is considered low-priority.

看起来 network.http.connect.timeout 已经有一段时间没有做任何事情了.

It would seem that network.http.connect.timeout hasn't done anything for some time.

我还看到了对 network.http.request.timeout 的引用,所以我做了一个 Google 搜索.结果包括许多指向人们的链接,建议其他人将其包含在 about:config 中,这似乎是一种错误的信念,认为它确实在执行某些操作,因为相同的搜索会出现此 about:config 条目 文章:

I also saw references to network.http.request.timeout, so I did a Google search. The results include lots of links to people recommending that others include it in about:config in what appears to be a mistaken belief that it actually does something, since the same search turns up this about:config entries article:

首选项已删除(未使用).以前:HTTP 特定网络暂停.默认值为 120.

Pref removed (unused). Previously: HTTP-specific network timeout. Default value is 120.

同一页面包含有关network.http.connect.timeout<的附加信息/代码>:

The same page includes additional information about network.http.connect.timeout:

首选项已删除(未使用).以前:确定需要多长时间等待响应直到注册超时.默认值为 30.

Pref removed (unused). Previously: determines how long to wait for a response until registering a timeout. Default value is 30.

免责声明:MozillaZine 知识库中的信息可能不正确、不完整或已过时.

Disclaimer: The information on the MozillaZine Knowledge Base may be incorrect, incomplete or out-of-date.

这篇关于在哪里可以找到所有浏览器的默认超时设置?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆