Skip to content

Commit

Permalink
transfer: remove erroneous and misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed May 19, 2015
1 parent 00a770b commit 301ba77
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/transfer.c
Expand Up @@ -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
Expand Down

0 comments on commit 301ba77

Please sign in to comment.