Searched refs:persistent (Results 1 – 14 of 14) sorted by relevance
6 persistent connection23 persistent FTP with different paths
7 persistent connection28 HTTP GET two URLs over a single proxy with persistent connection
35 FTP RETR twice over proxy confirming persistent connection
6 persistent connection
34 persistent connections to save time.
35 that support persistent connections.
75 persistent
94 persistent \
52 curl_easy_cleanup(3). If you want persistent connections, you do not cleanup
140 libcurl always attempts to use persistent connections. Whenever you use146 To allow libcurl to take full advantage of persistent connections, you should
1428 better allow persistent connections and connection reuse is also shared. If
773 bool persistent = TRUE; in send_doc() local912 persistent = FALSE; in send_doc()1042 req->open = persistent; in send_doc()
1017 bool persistent = TRUE; in send_doc() local1149 persistent = FALSE; in send_doc()1275 req->open = use_gopher ? FALSE : persistent; in send_doc()
89 5.6 What about Keep-Alive or persistent connections?1175 will enable libcurl to use persistent connections.1191 5.6 What about Keep-Alive or persistent connections?1193 curl and libcurl have excellent support for persistent connections when
Completed in 44 milliseconds