aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index 59b79960f..ce4d5a678 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -737,6 +737,9 @@ CURLcode Curl_perform(CURL *curl)
struct connectdata *conn=NULL;
bool port=TRUE; /* allow data->use_port to set port to use */
+ data->followlocation=0; /* reset the location-follow counter */
+ data->bits.this_is_a_follow = FALSE; /* reset this */
+
Curl_pgrsStartNow(data);
do {