Home
last modified time | relevance | path

Searched refs:alive (Results 1 – 25 of 29) sorted by relevance

12

/curl/docs/libcurl/opts/
H A DCURLOPT_TCP_KEEPIDLE.md18 CURLOPT_TCP_KEEPIDLE - TCP keep-alive idle time wait
52 /* enable TCP keep-alive for this transfer */
55 /* set keep-alive idle time to 120 seconds */
58 /* interval time between keep-alive probes: 60 seconds */
61 /* maximum number of keep-alive probes: 3 */
H A DCURLOPT_TCP_KEEPINTVL.md18 CURLOPT_TCP_KEEPINTVL - TCP keep-alive interval
51 /* enable TCP keep-alive for this transfer */
54 /* set keep-alive idle time to 120 seconds */
57 /* interval time between keep-alive probes: 60 seconds */
60 /* maximum number of keep-alive probes: 3 */
H A DCURLOPT_TCP_KEEPALIVE.md20 CURLOPT_TCP_KEEPALIVE - TCP keep-alive probing
53 /* enable TCP keep-alive for this transfer */
56 /* keep-alive idle time to 120 seconds */
59 /* interval time between keep-alive probes: 60 seconds */
62 /* maximum number of keep-alive probes: 3 */
H A DCURLOPT_TCP_KEEPCNT.md18 CURLOPT_TCP_KEEPCNT - Maximum number of TCP keep-alive probes
53 /* enable TCP keep-alive for this transfer */
56 /* set keep-alive idle time to 120 seconds */
59 /* interval time between keep-alive probes: 60 seconds */
62 /* maximum number of keep-alive probes: 3 */
H A DCURLOPT_FORBID_REUSE.md32 connections alive when done with one transfer in case a succeeding one follows
H A DCURLOPT_COOKIESESSION.md34 date and they are meant to be alive and existing for this "session" only.
H A DCURLOPT_MAXCONNECTS.md32 libcurl may keep alive in its connection cache after use. The default is 5,
H A DCURLOPT_UPKEEP_INTERVAL_MS.md30 send some traffic on existing connections in order to keep them alive; this
H A DCURLMOPT_MAXCONNECTS.md30 libcurl may keep alive in its connection cache after use. By default libcurl
H A DCURLOPT_HTTPPOST.md41 transfer is alive and is using it.
H A DCURLOPT_SSH_KEYFUNCTION.md104 The host+key is rejected, but the SSH connection is asked to be kept alive.
/curl/tests/data/
H A Dtest107829 Connection: keep-alive
85 Connection: keep-alive
94 Connection: keep-alive
H A Dtest128828 Connection: keep-alive
88 Connection: keep-alive
89 Connection: keep-alive
H A Dtest118031 HTTP GET request with proxy and -H "Proxy-Connection: keep-alive"
H A Dtest302822 Connection: keep-alive
/curl/docs/libcurl/
H A Dcurl_easy_upkeep.md17 curl_easy_upkeep - keep existing connections alive
30 send some traffic on existing connections in order to keep them alive; this
H A Dcurl_multi_remove_handle.md46 libcurl keeps the connection alive in the connection pool associated with the
H A Dlibcurl-ws.md83 connections alive, both ends can send PING messages for the other end to
H A Dcurl_easy_setopt.md1171 Enable TCP keep-alive. See CURLOPT_TCP_KEEPALIVE(3)
1175 Maximum number of keep-alive probes. See CURLOPT_TCP_KEEPCNT(3)
1179 Idle time before sending keep-alive. See CURLOPT_TCP_KEEPIDLE(3)
1183 Interval between keep-alive probes. See CURLOPT_TCP_KEEPINTVL(3)
/curl/lib/
H A Dcf-h2-proxy.c1523 bool alive = TRUE; in proxy_h2_connisalive() local
1541 alive = FALSE; in proxy_h2_connisalive()
1543 alive = !proxy_h2_should_close_session(ctx); in proxy_h2_connisalive()
1548 alive = FALSE; in proxy_h2_connisalive()
1552 return alive; in proxy_h2_connisalive()
H A Dhttp2.c687 bool alive = TRUE; in http2_connisalive() local
707 alive = FALSE; in http2_connisalive()
709 alive = !should_close_session(ctx); in http2_connisalive()
714 alive = FALSE; in http2_connisalive()
718 return alive; in http2_connisalive()
/curl/lib/vquic/
H A Dcurl_quiche.c1589 bool alive = TRUE; in cf_quiche_conn_is_alive() local
1612 alive = FALSE; in cf_quiche_conn_is_alive()
1614 alive = TRUE; in cf_quiche_conn_is_alive()
1618 return alive; in cf_quiche_conn_is_alive()
H A Dcurl_ngtcp2.c2490 bool alive = FALSE; in cf_ngtcp2_conn_is_alive() local
2520 alive = TRUE; in cf_ngtcp2_conn_is_alive()
2529 alive = result ? FALSE : TRUE; in cf_ngtcp2_conn_is_alive()
2534 return alive; in cf_ngtcp2_conn_is_alive()
H A Dcurl_osslq.c2178 bool alive = FALSE; in cf_osslq_conn_is_alive() local
2209 alive = TRUE; in cf_osslq_conn_is_alive()
2218 alive = result ? FALSE : TRUE; in cf_osslq_conn_is_alive()
2223 return alive; in cf_osslq_conn_is_alive()
/curl/tests/
H A Druntests.md281 Error instead of warning on server unexpectedly alive.

Completed in 52 milliseconds

12