Searched refs:pipelining (Results 1 – 25 of 27) sorted by relevance
12
/external/curl/tests/data/ |
D | test1901 | 5 pipelining 43 HTTP GET using pipelining, blacklisted site
|
D | test1902 | 5 pipelining 43 HTTP GET using pipelining, broken pipe
|
D | test1900 | 5 pipelining 42 HTTP GET using pipelining
|
D | test1903 | 5 pipelining 43 HTTP GET using pipelining, penalized on content-length
|
D | test536 | 6 pipelining 53 HTTP GET multi two files with FAILONERROR and pipelining
|
D | test530 | 5 pipelining 55 HTTP GET using pipelining
|
D | test584 | 5 pipelining 52 HTTP GET using pipelining (nonzero length after zero length)
|
D | test2033 | 8 pipelining 104 NTLM connection mapping, pipelining enabled
|
/external/curl/lib/ |
D | multihandle.h | 109 long pipelining; member
|
D | sendf.c | 669 bool pipelining = Curl_pipeline_wanted(conn->data->multi, CURLPIPE_HTTP1) && in Curl_read() local 680 if(pipelining) { in Curl_read() 709 if(pipelining) { in Curl_read()
|
D | multi.c | 797 return (multi && (multi->pipelining & bits)) ? TRUE : FALSE; in Curl_pipeline_wanted() 2695 multi->pipelining = va_arg(param, long); in curl_multi_setopt()
|
/external/curl/tests/server/ |
D | rtspd.c | 116 bool pipelining; /* true if request is pipelined */ member 691 req->pipelining = TRUE; in ProcessRequest() 788 if(req->pipelining) { in get_request() 810 req->pipelining = FALSE; in get_request() 880 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset); in get_request() 1384 req.pipelining = FALSE; in main()
|
D | sws.c | 119 bool pipelining; /* true if request is pipelined */ member 799 req->pipelining = TRUE; in ProcessRequest() 898 if(!req->pipelining) { in init_httprequest() 936 if(req->pipelining) { in get_request() 942 req->pipelining = FALSE; in get_request() 1020 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset); in get_request() 1539 req2.pipelining = FALSE; in http_connect() 2222 req.pipelining = FALSE; in main()
|
/external/libmicrohttpd/ |
D | README | 84 - HTTP/1.1 pipelining (need to figure out how to ensure curl pipelines 85 -- and it seems libcurl has issues with pipelining,
|
D | ChangeLog | 450 Fixing issue with pipelining not working as desired. -CG 1493 is no reliable way to detect pipelining on server side 1509 Made sure that MHD does not allow pipelining for methods
|
/external/curl/tests/ |
D | FILEFORMAT | 149 sending back anything, to allow pipelining tests 338 %HTTPPIPEPORT - Port number of the HTTP pipelining server
|
/external/libmicrohttpd/doc/chapters/ |
D | hellobrowser.inc | 161 disables HTTP pipelining. The correct approach is to simply not queue a message on the first
|
/external/clang/docs/ |
D | DriverInternals.rst | 312 Parsing and pipelining both occur without reference to a Compilation
|
/external/curl/docs/ |
D | TODO | 610 Add support for pipelining emails. 632 Add support for pipelining commands.
|
/external/curl/ |
D | CHANGES.0 | 1149 - Lots of good work by Krister Johansen, mostly related to pipelining: 2179 pipelining, as libcurl could then easily get confused and A) work on the 2342 function's eagerness to re-use a handle for HTTP pipelining so it would 2722 - Dmitry Kurochkin patched a problem: I have found bug in pipelining through 2730 pipe if pipelining is not supported by server but there are no handles in 3332 multi interface with pipelining enabled as it would wrongly check for, 3423 the curl_multi_socket() API with HTTP pipelining enabled and could lead to 3452 o with pipelining disabled, the state should never be set to WAITDO but 3889 - Dmitry Kurochkin cleaned up the pipelining code and removed the need for and 3906 the SingleRequest one to make pipelining better. It is a bit tricky to keep [all …]
|
/external/libmicrohttpd/src/datadir/ |
D | spdy-draft.txt | 179 pipelining helps some, but only achieves partial multiplexing. In 180 addition, pipelining has proven non-deployable in existing browsers
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd.texi | 596 trouble with browsers doing request pipelining. For example, if your 608 request pipelining is not used and connections are closed immediately
|
D | libmicrohttpd.info | 515 get into trouble with browsers doing request pipelining. For 528 response to ensure that request pipelining is not used and
|
/external/llvm/docs/ |
D | WritingAnLLVMPass.rst | 1065 passes by pipelining the passes together. This means that, given a series
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.0.rst | 1048 though using HTTP/1.1 features such as pipelining will require rewriting code to
|
12