1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

transfer: remove erroneous and misleading comment

This commit is contained in:
Daniel Stenberg 2015-05-19 13:58:13 +02:00
parent 00a770b3f5
commit 301ba7772c

View 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