]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
transfer: remove erroneous and misleading comment
authorDaniel Stenberg <daniel@haxx.se>
Tue, 19 May 2015 11:58:13 +0000 (13:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 19 May 2015 12:00:19 +0000 (14:00 +0200)
lib/transfer.c

index eac692b4d81cca6c1f6bacb00b491084d27f999e..7671730f57e3ab6149e062941998ceab96ebd77e 100644 (file)
@@ -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