Searched refs:keep (Results 1 – 25 of 138) sorted by relevance
123456
18 CURLOPT_TCP_KEEPIDLE - TCP keep-alive idle time wait52 /* 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 */
18 CURLOPT_TCP_KEEPINTVL - TCP keep-alive interval51 /* 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 */
20 CURLOPT_TCP_KEEPALIVE - TCP keep-alive probing53 /* 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 */
18 CURLOPT_TCP_KEEPCNT - Maximum number of TCP keep-alive probes53 /* 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 */
18 CURLOPT_KEEP_SENDING_ON_ERROR - keep sending on early HTTP response \>= 30031 A long parameter set to 1 tells the library to keep sending the request body
35 The application does not have to keep the string around after setting this38 The application does not have to keep the string around after setting this
32 (counted in bytes per second) the transfer pauses to keep the average speed35 This is not an exact science. libcurl attempts to keep the average speed below
31 this speed (counted in bytes per second) the transfer pauses to keep the35 This is not an exact science. libcurl attempts to keep the average speed below
30 libcurl may keep alive in its connection cache after use. By default libcurl63 /* only keep 10 connections in the cache */
46 The application does not have to keep the string around after setting this81 /* Be sure to keep dirfd valid until you discard the handle */
36 The application does not have to keep the string around after setting this
35 The application does not have to keep the string around after setting this
33 The application does not have to keep the string around after setting this
38 The application does not have to keep the string around after setting this
40 The application does not have to keep the string around after setting this
29 Connection: keep-alive85 Connection: keep-alive94 Connection: keep-alive
28 Connection: keep-alive88 Connection: keep-alive89 Connection: keep-alive
13 X-Comment: partial response to keep the client waiting
31 HTTP GET request with proxy and -H "Proxy-Connection: keep-alive"
22 Connection: keep-alive
33 # For unknown reasons, a number of CI jobs on Appveyor keep returning NULL to
17 curl_easy_upkeep - keep existing connections alive30 send some traffic on existing connections in order to keep them alive; this
Completed in 23 milliseconds