browser/server/proxy with this feature(pipeline)? about http-rfc violation. apache process this request without any problems. why couchdb not?
2010/3/24 Robert Newson <[email protected]> > iirc apachebench only speaks http/1.0 but uses a common violation to > support keep-alive. This likely confuses CouchDB which speaks > http/1.1. > > keep-alive is also not the same as pipelining. keep-alive just reuses > connections, whereas HTTP pipelining sends multiple requests without > reading the responses. The responses are read as a batch later; this > allows you to largely circumvent the latency of a network roundtrip. > >
