From: Daniel Stenberg Date: Tue, 19 May 2015 11:58:13 +0000 (+0200) Subject: transfer: remove erroneous and misleading comment X-Git-Tag: curl-7_43_0~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=301ba7772cc9655d350afc546052bbfd0a1a1a42;p=thirdparty%2Fcurl.git transfer: remove erroneous and misleading comment --- diff --git a/lib/transfer.c b/lib/transfer.c index eac692b4d8..7671730f57 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