Connected: An Internet Encyclopedia
8.1.2.2 Pipelining

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 2068
Up: 8 Connections
Up: 8.1 Persistent Connections
Up: 8.1.2 Overall Operation
Prev: 8.1.2.1 Negotiation
Next: 8.1.3 Proxy Servers

8.1.2.2 Pipelining

8.1.2.2 Pipelining

A client that supports persistent connections MAY "pipeline" its requests (i.e., send multiple requests without waiting for each response). A server MUST send its responses to those requests in the same order that the requests were received. Clients which assume persistent connections and pipeline immediately after connection establishment SHOULD be prepared to retry their connection if the first pipelined attempt fails. If a client does such a retry, it MUST NOT pipeline before it knows the connection is persistent. Clients MUST also be prepared to resend their requests if the server closes the connection before sending all of the corresponding responses.


Next: 8.1.3 Proxy Servers

Connected: An Internet Encyclopedia
8.1.2.2 Pipelining