Bump? Clifford Heath wrote: > Eric Hodel wrote: >> net-http-persistent version 1.4.1 has been released! > > Nice one, Eric! > > Just a quick question: Does this support pipelining? > Meaning where I can fire off a request, and before > waiting for a response, fire off another one, then > read both responses (or auto-fire the second one again > if the server dropped it)? > > If it doesn't support pipelining, would that require > an API change, or just an implementation detail? > > I've always wondered why browsers didn't make more use > of pipelining, it's a great way to reduce latency. > > Clifford Heath.