Skip to main content


It's been six years now since #curl dropped support for HTTP/1 pipelining.

https://daniel.haxx.se/blog/2019/04/06/curl-says-bye-bye-to-pipelining/

I have never regretted it.

#curl
in reply to daniel:// stenberg://

I implemented HTTP pipelining for Safari and Mobile Safari in the 2000’s. It was very tricky to get right, had to aggressively fall back when errors were detected and I’m not sure if it’s still on anymore. Seems like it’s just straight not needed with QUIC right?
in reply to Mark Pauley

@unsaturated HTTP/2 and HTTP/3 are way better technologies to get basically the same benefits (and more)