summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rexmpp_http_upload.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rexmpp_http_upload.c b/src/rexmpp_http_upload.c
index 5d13f97..18a3302 100644
--- a/src/rexmpp_http_upload.c
+++ b/src/rexmpp_http_upload.c
@@ -66,6 +66,7 @@ void rexmpp_http_upload_slot_cb (rexmpp_t *s,
curl_easy_setopt(ce, CURLOPT_UPLOAD, 1);
curl_easy_setopt(ce, CURLOPT_READDATA, task->fh);
curl_easy_setopt(ce, CURLOPT_URL, put_url);
+ curl_easy_setopt(ce, CURLOPT_INFILESIZE, task->fsize);
rexmpp_xml_t *header = rexmpp_xml_first_elem_child(put);
while (header) {