diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-05-19 13:58:13 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-05-19 14:00:19 +0200 |
commit | 301ba7772cc9655d350afc546052bbfd0a1a1a42 (patch) | |
tree | 5c50f1f19b0f4c9457f79fd8d7f4d25c1849ba4e /lib | |
parent | 00a770b3f55267a6bf41852315c58cf920e11029 (diff) | |
download | curl-301ba7772cc9655d350afc546052bbfd0a1a1a42.tar.gz |
transfer: remove erroneous and misleading comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/transfer.c | 7 |
1 files changed, 0 insertions, 7 deletions
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 |