Home
last modified time | relevance | path

Searched refs:alive (Results 1 – 25 of 27) 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_UPKEEP_INTERVAL_MS.md30 send some traffic on existing connections in order to keep them alive; this
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)
H A Dlibcurl-tutorial.md961 connection alive and open. A subsequent request using the same easy handle to
969 FTP connections that are kept alive save a lot of time, as the command-
980 Each easy handle attempts to keep the last few connections alive for a while
/curl/lib/
H A Dcf-h2-proxy.c1521 bool alive = TRUE; in proxy_h2_connisalive() local
1539 alive = FALSE; in proxy_h2_connisalive()
1541 alive = !proxy_h2_should_close_session(ctx); in proxy_h2_connisalive()
1546 alive = FALSE; in proxy_h2_connisalive()
1550 return alive; in proxy_h2_connisalive()
H A Dhttp2.c685 bool alive = TRUE; in http2_connisalive() local
705 alive = FALSE; in http2_connisalive()
707 alive = !should_close_session(ctx); in http2_connisalive()
712 alive = FALSE; in http2_connisalive()
716 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.c2440 bool alive = FALSE; in cf_ngtcp2_conn_is_alive() local
2470 alive = TRUE; in cf_ngtcp2_conn_is_alive()
2479 alive = result ? FALSE : TRUE; in cf_ngtcp2_conn_is_alive()
2484 return alive; in cf_ngtcp2_conn_is_alive()
H A Dcurl_osslq.c2170 bool alive = FALSE; in cf_osslq_conn_is_alive() local
2201 alive = TRUE; in cf_osslq_conn_is_alive()
2210 alive = result ? FALSE : TRUE; in cf_osslq_conn_is_alive()
2215 return alive; in cf_osslq_conn_is_alive()
/curl/tests/
H A Druntests.md268 Error instead of warning on server unexpectedly alive.
/curl/docs/
H A DTODO330 reuse purpose it is verified that it is still alive.
333 get an HTTP/2 ping from the peer to verify that they are still alive. By
336 HTTP/2 pings to keep such ones alive even when not actively doing transfers
394 Sometimes applications want to flush all the existing connections kept alive.

Completed in 93 milliseconds

12