summaryrefslogtreecommitdiff
path: root/lib/url.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-04-05 16:38:36 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-04-05 16:38:36 +0200
commit9e7a34736bfba664cbbd9c6ce84f9b6436151f1e (patch)
tree03c1d821be289ca8b99d3bf5e8e86c58153b88ef /lib/url.h
parent55734f3a27c2d495f724ea50d196fc9d9a91966b (diff)
downloadcurl-bagder/remove-pipelining.tar.gz
pipelining: removedbagder/remove-pipelining
As previously planned and documented in DEPRECATE.md, all pipelining code is removed. Closes #3651
Diffstat (limited to 'lib/url.h')
-rw-r--r--lib/url.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/url.h b/lib/url.h
index fbd8ef925..4db9e8653 100644
--- a/lib/url.h
+++ b/lib/url.h
@@ -71,14 +71,7 @@ int Curl_doing_getsock(struct connectdata *conn,
CURLcode Curl_parse_login_details(const char *login, const size_t len,
char **userptr, char **passwdptr,
char **optionsptr);
-
-int Curl_removeHandleFromPipeline(struct Curl_easy *handle,
- struct curl_llist *pipeline);
-/* remove the specified connection from all (possible) pipelines and related
- queues */
-void Curl_getoff_all_pipelines(struct Curl_easy *data,
- struct connectdata *conn);
-
+void Curl_close_connections(struct Curl_easy *data);
CURLcode Curl_upkeep(struct conncache *conn_cache, void *data);
const struct Curl_handler *Curl_builtin_scheme(const char *scheme);