Home
last modified time | relevance | path

Searched refs:pipelining (Results 1 – 25 of 27) sorted by relevance

12

/external/curl/tests/data/
Dtest19015 pipelining
43 HTTP GET using pipelining, blacklisted site
Dtest19025 pipelining
43 HTTP GET using pipelining, broken pipe
Dtest19005 pipelining
42 HTTP GET using pipelining
Dtest19035 pipelining
43 HTTP GET using pipelining, penalized on content-length
Dtest5366 pipelining
53 HTTP GET multi two files with FAILONERROR and pipelining
Dtest5305 pipelining
55 HTTP GET using pipelining
Dtest5845 pipelining
52 HTTP GET using pipelining (nonzero length after zero length)
Dtest20338 pipelining
104 NTLM connection mapping, pipelining enabled
/external/curl/lib/
Dmultihandle.h109 long pipelining; member
Dsendf.c669 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()
Dmulti.c797 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/
Drtspd.c116 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()
Dsws.c119 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/
DREADME84 - HTTP/1.1 pipelining (need to figure out how to ensure curl pipelines
85 -- and it seems libcurl has issues with pipelining,
DChangeLog450 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/
DFILEFORMAT149 sending back anything, to allow pipelining tests
338 %HTTPPIPEPORT - Port number of the HTTP pipelining server
/external/libmicrohttpd/doc/chapters/
Dhellobrowser.inc161 disables HTTP pipelining. The correct approach is to simply not queue a message on the first
/external/clang/docs/
DDriverInternals.rst312 Parsing and pipelining both occur without reference to a Compilation
/external/curl/docs/
DTODO610 Add support for pipelining emails.
632 Add support for pipelining commands.
/external/curl/
DCHANGES.01149 - 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/
Dspdy-draft.txt179 pipelining helps some, but only achieves partial multiplexing. In
180 addition, pipelining has proven non-deployable in existing browsers
/external/libmicrohttpd/doc/
Dlibmicrohttpd.texi596 trouble with browsers doing request pipelining. For example, if your
608 request pipelining is not used and connections are closed immediately
Dlibmicrohttpd.info515 get into trouble with browsers doing request pipelining. For
528 response to ensure that request pipelining is not used and
/external/llvm/docs/
DWritingAnLLVMPass.rst1065 passes by pipelining the passes together. This means that, given a series
/external/python/cpython2/Doc/whatsnew/
D2.0.rst1048 though using HTTP/1.1 features such as pipelining will require rewriting code to

12