summaryrefslogtreecommitdiff
path: root/lib/http_proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http_proxy.c')
-rw-r--r--lib/http_proxy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/http_proxy.c b/lib/http_proxy.c
index 5244a25bb..fc050a07d 100644
--- a/lib/http_proxy.c
+++ b/lib/http_proxy.c
@@ -213,6 +213,9 @@ static void connect_done(struct Curl_easy *data)
data->info.httpcode = 0; /* clear it as it might've been used for the
proxy */
data->req.ignorebody = FALSE;
+#ifdef USE_HYPER
+ data->state.hconnect = FALSE;
+#endif
infof(data, "CONNECT phase completed!");
}
}