Searched refs:pipelining (Results 1 – 7 of 7) sorted by relevance
17 CURLMOPT_PIPELINING_SITE_BL - pipelining host block list30 No function since pipelining was removed in 7.62.0.33 of sites that are blocked from pipelining, i.e sites that are known to not34 support HTTP pipelining. The array is copied by libcurl.
17 CURLMOPT_PIPELINING_SERVER_BL - pipelining server block list30 No function since pipelining was removed in 7.62.0.34 pipelining, i.e server types that are known to not support HTTP35 pipelining. The array is copied by libcurl.
17 CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE - size threshold for pipelining penalty30 No function since pipelining was removed in 7.62.0.
18 CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE - chunk length threshold for pipelining31 No function since pipelining was removed in 7.62.0.
30 No function since pipelining was removed in 7.62.0.34 HTTP/1.1 pipelining, not for HTTP/2 multiplexing.
116 bool pipelining; /* true if request is pipelined */ member564 req->pipelining = TRUE; in ProcessRequest()664 if(req->pipelining) { in get_request()686 req->pipelining = FALSE; in get_request()756 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset); in get_request()1314 req.pipelining = FALSE; in main()
612 pipelining
Completed in 17 milliseconds