Network.http.pipelining.maxrequests: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(reverted last edit)
 
Line 7: Line 7:
Any integer from 1 to 8 inclusive determines the maximum number of requests to pipeline at once. A value of 1 disables pipelining. (Default: <!-- Hey! You! This is not the place to change your preferences! You need to do that in about:config. See the top of the article for details. If you change this text right here, absolutely nothing will happen in your browser's configuration -->4<!-- Yes, that text. Nothing will happen. Stop it. -->)
Any integer from 1 to 8 inclusive determines the maximum number of requests to pipeline at once. A value of 1 disables pipelining. (Default: <!-- Hey! You! This is not the place to change your preferences! You need to do that in about:config. See the top of the article for details. If you change this text right here, absolutely nothing will happen in your browser's configuration -->4<!-- Yes, that text. Nothing will happen. Stop it. -->)


==8==
==Caveats==
* [[network.http.pipelining]] or [[network.http.proxy.pipelining]] (depending on whether you use a proxy) must be set to true for this preference to take effect.
* [[network.http.pipelining]] or [[network.http.proxy.pipelining]] (depending on whether you use a proxy) must be set to true for this preference to take effect.



Latest revision as of 14:12, 8 July 2010

Background

HTTP 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. This preference specifies the maximum number of requests to pipeline at once when pipelining is enabled.

Possible values and their effects

Any integer from 1 to 8 inclusive determines the maximum number of requests to pipeline at once. A value of 1 disables pipelining. (Default: 4)

Caveats

Recommended settings

Higher values will cause a delay before the first request completes but will make the last request complete sooner. Higher values will also cause more of a delay if a connection fails.

First checked in

2001-05-11 by Darin Fisher

Has an effect in

  • Netscape (all versions since 6.1)
  • Mozilla Suite (all versions since 0.9)
  • Mozilla Phoenix (all versions)
  • Mozilla Firebird (all versions)
  • Mozilla Firefox (all versions)
  • SeaMonkey (all versions)
  • Camino (all versions)
  • Minimo (all versions)

Related bugs

Related preferences

External links