summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-11-10 22:48:24 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-11-10 22:48:24 +0100
commitf24458a64472e2d068f013ce209300b6ce162040 (patch)
tree66bba145b71a82e90b0c8d467307d77fabb6cedd
parentc9e346046ade5032f87c13c5cadd5e0a46f5cb4a (diff)
downloadcurl-bagder/clean-mid-connect.tar.gz
fixup the hyper build toobagder/clean-mid-connect
-rw-r--r--lib/http_proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_proxy.c b/lib/http_proxy.c
index 456c57dcc..cfe616fa6 100644
--- a/lib/http_proxy.c
+++ b/lib/http_proxy.c
@@ -974,7 +974,7 @@ static CURLcode CONNECT(struct Curl_easy *data,
if(conn->bits.close && data->req.newurl) {
conn->bits.proxy_connect_closed = TRUE;
infof(data, "Connect me again please");
- connect_done(data);
+ Curl_connect_done(data);
}
else {
free(data->req.newurl);