summaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http.c b/lib/http.c
index 482f9ad0a..7a3f93238 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -2973,6 +2973,7 @@ CURLcode Curl_http(struct connectdata *conn, bool *done)
if(data->req.writebytecount) {
/* if a request-body has been sent off, we make sure this progress is noted
properly */
+ Curl_now_update(data->multi); /* sending that data could be slow */
Curl_pgrsSetUploadCounter(data, data->req.writebytecount);
if(Curl_pgrsUpdate(conn))
result = CURLE_ABORTED_BY_CALLBACK;