Home
last modified time | relevance | path

Searched refs:reuse (Results 1 – 25 of 47) sorted by relevance

12

/curl/docs/libcurl/opts/
H A DCURLOPT_MAXLIFETIME_CONN.md34 connection to have to be considered for reuse for this request.
38 matches for reuse. The CURLOPT_MAXLIFETIME_CONN(3) limit prevents
39 libcurl from trying too old connections for reuse. This can be used for
43 If set to 0, this behavior is disabled: all connections are eligible for reuse.
H A DCURLOPT_FORBID_REUSE.md33 that can reuse them. This option should be used with caution and only if you
36 Set to 0 to have libcurl keep the connection open for possible later reuse
56 /* this second transfer may not reuse the same connection */
H A DCURLOPT_MAXAGE_CONN.md33 reuse for this request.
36 is to be done, libcurl considers any connection that matches for reuse. The
38 connections for reuse, since old connections have a higher risk of not working
H A DCURLOPT_FRESH_CONNECT.md31 by force instead of trying to reuse an existing one. This option should be
56 /* this transfer must use a new connection, not reuse an existing */
H A DCURLOPT_HTTP_VERSION.md35 reuse existing connections so it might then reuse a connection using an HTTP
H A DCURLOPT_SSL_SESSIONID_CACHE.md36 enabled. While nothing ever should get hurt by attempting to reuse SSL
/curl/tests/data/
H A Dtest19194 conn-reuse
26 set CURLOPT_XOAUTH2_BEARER and do connection reuse
H A Dtest14197 connection reuse
45 HTTP with --anyauth (but no auth!) and connection reuse
H A Dtest15425 connection reuse
30 connection reuse with CURLOPT_MAXLIFETIME_CONN
H A Dtest14187 connection reuse
87 HTTP with --anyauth and connection reuse
H A Dtest8827 connection reuse
H A Dtest113438 HTTP connection reuse with different credentials
H A Dtest67527 HTTP connection reuse and different credentials
H A Dtest8367 connection reuse
H A Dtest33838 ANYAUTH connection reuse of non-authed connection
H A Dtest16038 HTTP with delayed close, conn reuse, connection reset and retry
H A Dtest9387 connection reuse
H A Dtest43526 verify -w local/remote port+ip after connection reuse
H A Dtest204650 Connection reuse with IDN host name
/curl/lib/
H A Dsocketpair.c140 int reuse = 1; in Curl_socketpair() local
159 (void)reuse; in Curl_socketpair()
170 (char *)&reuse, (curl_socklen_t)sizeof(reuse)) == -1) in Curl_socketpair()
/curl/tests/http/clients/
H A DMakefile.inc32 tls-session-reuse \
H A D.gitignore11 tls-session-reuse
/curl/.github/workflows/
H A Dchecksrc.yml80 reuse:
87 uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4
/curl/docs/cmdline-opts/
H A Dno-sessionid.md20 attempting to reuse SSL session-IDs, there seem to be broken SSL
/curl/
H A DREUSE.toml8 # This follows the REUSE specification: https://reuse.software/spec-3.2/#reusetoml

Completed in 17 milliseconds

12