aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index f1f13d3ff..dcdb4708d 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -1312,6 +1312,8 @@ CURLcode Curl_perform(struct SessionHandle *data)
*/
break;
}
+ Curl_pgrsTime(data, TIMER_REDIRECT);
+ Curl_pgrsResetTimes(data);
continue;
}
}