summaryrefslogtreecommitdiff
path: root/src/gmrequest.c
diff options
context:
space:
mode:
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. */