Will CloudFlare pipeline HTTP/1.1 requests to the origin?

See title.
3 Replies
Laudian
Laudian4w ago
Your question is unclear, please expand on the information your title contains.
Emjayen
EmjayenOP4w ago
I'm not sure how I can simplify it further. A feature of HTTP/1.1 is pipelining of requests (ie., pending n concurrent requests rather than operating serially); will CloudFlare, when contacting the origin, do this?
Laudian
Laudian4w ago
From a quick test, Cloudflare made 2 separate TCP connections to my origin when I pipelined 2 requests via HTTP/1.1

Did you find this page helpful?