Network.http.keep-aliveFrom MozillaZine Knowledge Base
[edit] BackgroundHTTP is the application-layer protocol that most web pages are transferred with. HTTP keep-alive connections can be re-used for multiple requests, as opposed to non-keep-alive connections, which are limited to one request. Using keep-alive connections improves performance. If a proxy server is not configured, this preference controls whether to use keep alive connections on supporting servers. [edit] Possible values and their effects[edit] trueUse keep-alive connections whenever possible. (Default in all but Minimo) [edit] falseNever use keep-alive connections. (Default in Minimo) [edit] Caveats
[edit] First checked in[edit] Has an effect in
[edit] Related bugs[edit] Related preferences
[edit] External links |