diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-11-01 23:37:45 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-11-09 11:07:44 +0100 |
commit | 67c55a26d51149650e91a00b63cf5107989a57e9 (patch) | |
tree | b041c360056052d48a51585153ab4cb9c8a4e354 /lib/url.h | |
parent | e871ab56ed9cb0f3ab00b40e188f51cfb37b96cd (diff) | |
download | curl-67c55a26d51149650e91a00b63cf5107989a57e9.tar.gz |
share: add support for sharing the connection cache
Diffstat (limited to 'lib/url.h')
-rw-r--r-- | lib/url.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -57,8 +57,6 @@ CURLcode Curl_addHandleToPipeline(struct Curl_easy *handle, struct curl_llist *pipeline); int Curl_removeHandleFromPipeline(struct Curl_easy *handle, struct curl_llist *pipeline); -struct connectdata * -Curl_oldest_idle_connection(struct Curl_easy *data); /* remove the specified connection from all (possible) pipelines and related queues */ void Curl_getoff_all_pipelines(struct Curl_easy *data, |