Network.http.pipeliningFrom MozillaZine Knowledge Base
[edit] BackgroundHTTP is the application-layer protocol that most web pages are transferred with. In HTTP 1.1, multiple requests can be sent before any responses are received. This is known as pipelining. Pipelining reduces network load and can reduce page loading times over high-latency connections, but not all servers support it. Some servers may even behave incorrectly if they receive pipelined requests. If a proxy server is not configured, this preference controls whether to attempt to use pipelining. [edit] Possible values and their effects[edit] trueAttempt to use pipelining in HTTP 1.1 connections. [edit] falseNever use pipelining. (Default) [edit] Caveats
[edit] Recommended settingsUsers who want better page loading speed can try setting this preference to true, keeping in mind this may break some websites. [edit] First checked in[edit] Has an effect in
[edit] Related bugs
[edit] Related preferences[edit] See also[edit] External links |