diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-17 20:54:05 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-17 20:54:05 +0300 |
commit | cd88a87cbef2200e3d22f7d891124559e17e662a (patch) | |
tree | 52094f86733364b66681d7f9a6b6fb05b551edee /src/gmrequest.c | |
parent | 198c289c807fff495881b05e3d03485a53487ea7 (diff) |
Download progress indicator for large downloads
Diffstat (limited to 'src/gmrequest.c')
-rw-r--r-- | src/gmrequest.c | 1 |
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. */ |