Lines Matching refs:to
31 Set *wait* to 1L to tell libcurl to prefer to wait for a connection to
34 When about to perform a new transfer that allows multiplexing, libcurl checks
35 for existing connections to use. If no such connection exists it immediately
36 continues and creates a fresh new connection to use.
38 By setting this option to 1 - and having CURLMOPT_PIPELINING(3) enabled
40 for the connection to reveal if it is possible to multiplex on before it
41 continues. This enables libcurl to much better keep the number of connections
42 to a minimum when using multiplexing protocols.
44 With this option set, libcurl prefers to wait and reuse an existing connection
45 for multiplexing rather than the opposite: prefer to open a new connection
48 The waiting time is as long as it takes for the connection to get up and for
49 libcurl to get the necessary response back that informs it about its protocol
68 /* now add this easy handle to the multi handle */