From 301ba7772cc9655d350afc546052bbfd0a1a1a42 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 19 May 2015 13:58:13 +0200 Subject: transfer: remove erroneous and misleading comment --- lib/transfer.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/transfer.c') diff --git a/lib/transfer.c b/lib/transfer.c index eac692b4d..7671730f5 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -828,13 +828,6 @@ static CURLcode readwrite_upload(struct SessionHandle *data, *didwhat |= KEEP_SEND; - /* - * We loop here to do the READ and SEND loop until we run out of - * data to send or until we get EWOULDBLOCK back - * - * FIXME: above comment is misleading. Currently no looping is - * actually done in do-while loop below. - */ do { /* only read more data if there's no upload data already -- cgit v1.2.3