lightbug_http icon indicating copy to clipboard operation
lightbug_http copied to clipboard

[9.3.2-1] MAY: A client that supports persistent connections MAY "pipeline" its requests (i.e., send multiple reque...

Open saviorand opened this issue 10 months ago • 0 comments

RFC 9112 Requirement

Section: 9.3.2-1 Keyword: MAY

A client that supports persistent connections MAY "pipeline" its requests (i.e., send multiple requests without waiting for each response). A server MAY process a sequence of pipelined requests in parallel if they all have safe methods (Section 9.2.1 of [HTTP]), but it MUST send the corresponding responses in the same order that the requests were received.¶

Reference: https://www.rfc-editor.org/rfc/rfc9112.html#section-9.3.2-1

saviorand avatar Jan 15 '25 14:01 saviorand