summaryrefslogtreecommitdiff
path: root/src/gmrequest.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-17 20:54:05 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-17 20:54:05 +0300
commitcd88a87cbef2200e3d22f7d891124559e17e662a (patch)
tree52094f86733364b66681d7f9a6b6fb05b551edee /src/gmrequest.c
parent198c289c807fff495881b05e3d03485a53487ea7 (diff)
Download progress indicator for large downloads
Diffstat (limited to 'src/gmrequest.c')
-rw-r--r--src/gmrequest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gmrequest.c b/src/gmrequest.c
index 96276636..43cc874a 100644
--- a/src/gmrequest.c
+++ b/src/gmrequest.c
@@ -228,7 +228,6 @@ static void readIncoming_GmRequest_(iAnyObject *obj) {
228 lock_Mutex(&d->mutex); 228 lock_Mutex(&d->mutex);
229 iAssert(d->state != finished_GmRequestState); /* notifications out of order? */ 229 iAssert(d->state != finished_GmRequestState); /* notifications out of order? */
230 iBlock *data = readAll_TlsRequest(d->req); 230 iBlock *data = readAll_TlsRequest(d->req);
231 fflush(stdout);
232 if (d->state == receivingHeader_GmRequestState) { 231 if (d->state == receivingHeader_GmRequestState) {
233 appendCStrN_String(&d->resp.meta, constData_Block(data), size_Block(data)); 232 appendCStrN_String(&d->resp.meta, constData_Block(data), size_Block(data));
234 /* Check if the header line is complete. */ 233 /* Check if the header line is complete. */