Pipelining was introduced in HTTP/1.1 and was not present in HTTP/1.0.
Implementation in web browsers Of all the major browsers, only
Opera had a fully working implementation that was enabled by default. In other browsers HTTP pipelining was disabled or not implemented. •
Internet Explorer 11 does not support pipelining. • Mozilla browsers (such as
Mozilla Firefox,
SeaMonkey and
Camino) used to support pipelining; however, it was removed in Firefox 54. When it was supported, pipelining was disabled by default to avoid issues with misbehaving servers. If pipelining was enabled by the user, Mozilla browsers used some heuristics, mostly to turn pipelining off for older
Microsoft IIS servers. The removal was eventually backported to SeaMonkey. •
Konqueror 2.0 supports pipelining, but it is disabled by default. •
Google Chrome previously supported pipelining, but it has been disabled due to bugs and problems with poorly behaving servers. •
Pale Moon (web browser) supports pipelining, and is enabled by default.
Implementation in web proxy servers Most HTTP proxies do not pipeline outgoing requests. Some HTTP proxies, including transparent HTTP proxies, may manage pipelined requests very badly (e.g. by mixing up the order of pipelined responses). Some versions of the
Squid web proxy will pipeline up to two outgoing requests. This functionality has been disabled by default and needs to be manually enabled for "bandwidth management and access logging reasons". Squid supports multiple requests from clients. The
Polipo proxy pipelines outgoing requests. Tempesta FW, an open source
application delivery controller, also pipelines requests to backend servers.
Other implementations The
libwww library made by the
World Wide Web Consortium (W3C), supports pipelining since version 5.1 released at 18 February 1997. Other application development libraries that support HTTP pipelining include: • Perl modules providing client support for HTTP pipelining are HTTP::Async and the LWPng (
libwww-perl New Generation) library. • The Microsoft
.NET Framework 3.5 supports HTTP pipelining in the module System.Net.HttpWebRequest. •
Qt class QNetworkRequest, introduced in 4.4. Some other applications currently exploiting pipelining are: • IceBreak application server since BUILD389 • phttpget from
FreeBSD (a minimalist pipelined HTTP client) •
libcurl previously had limited support for pipelining using the CURLMOPT_PIPELINING option, but this support was removed in version 7.65.0 •
portsnap (a
FreeBSD ports tree distribution system) •
Advanced Packaging Tool (APT) supports pipelining. •
Subversion (SVN) has optional support for HTTP pipelining with the serf WebDAV access module (the default module, neon, does not have pipelining support). •
Microsoft Message Queuing on
Windows Server 2003 utilises pipelining on HTTP by default, and can be configured to use it on HTTPS. • IBM
CICS 3.1 supports HTTP pipelining within its client. Testing tools which support HTTP pipelining include: •
httperf •
Nmap supports pipelining requests with the Nmap Scripting Engine (NSE) ==See also==