Searched refs:reuse (Results 1 – 25 of 47) sorted by relevance
12
34 connection to have to be considered for reuse for this request.38 matches for reuse. The CURLOPT_MAXLIFETIME_CONN(3) limit prevents39 libcurl from trying too old connections for reuse. This can be used for43 If set to 0, this behavior is disabled: all connections are eligible for reuse.
33 that can reuse them. This option should be used with caution and only if you36 Set to 0 to have libcurl keep the connection open for possible later reuse56 /* this second transfer may not reuse the same connection */
33 reuse for this request.36 is to be done, libcurl considers any connection that matches for reuse. The38 connections for reuse, since old connections have a higher risk of not working
31 by force instead of trying to reuse an existing one. This option should be56 /* this transfer must use a new connection, not reuse an existing */
35 reuse existing connections so it might then reuse a connection using an HTTP
36 enabled. While nothing ever should get hurt by attempting to reuse SSL
4 conn-reuse26 set CURLOPT_XOAUTH2_BEARER and do connection reuse
7 connection reuse45 HTTP with --anyauth (but no auth!) and connection reuse
5 connection reuse30 connection reuse with CURLOPT_MAXLIFETIME_CONN
7 connection reuse87 HTTP with --anyauth and connection reuse
7 connection reuse
38 HTTP connection reuse with different credentials
27 HTTP connection reuse and different credentials
38 ANYAUTH connection reuse of non-authed connection
38 HTTP with delayed close, conn reuse, connection reset and retry
26 verify -w local/remote port+ip after connection reuse
50 Connection reuse with IDN host name
140 int reuse = 1; in Curl_socketpair() local159 (void)reuse; in Curl_socketpair()170 (char *)&reuse, (curl_socklen_t)sizeof(reuse)) == -1) in Curl_socketpair()
32 tls-session-reuse \
11 tls-session-reuse
80 reuse:87 uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4
20 attempting to reuse SSL session-IDs, there seem to be broken SSL
8 # This follows the REUSE specification: https://reuse.software/spec-3.2/#reusetoml
Completed in 17 milliseconds