Home | History | Annotate | Download | only in server

Lines Matching defs:pipelining

116   bool pipelining;    /* true if request is pipelined */
575 headers, for the pipelining case mostly */
689 and GET/HEAD request, enable pipelining. */
691 req->pipelining = TRUE;
788 if(req->pipelining) {
810 req->pipelining = FALSE;
880 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset);
1381 to pipelining treatment the pipelining struct field must be initialized
1384 req.pipelining = FALSE;