diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-12 15:21:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-12 15:21:11 +0000 |
commit | 46c9075eab051e87b4451979cd57abd89c7a2534 (patch) | |
tree | e44d8a69586d3cd1f256c8968590f789afbe0d25 | |
parent | d95fa648e9da36386c452c624b080bb97cf7c4b4 (diff) |
updated the comment for the chunked reading
-rw-r--r-- | lib/transfer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/transfer.c b/lib/transfer.c index 14072580d..b65fc541e 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -577,9 +577,9 @@ Transfer(struct connectdata *c_conn) /* we're done reading chunks! */ keepon &= ~KEEP_READ; /* read no more */ - /* There are now possibly bytes at the end of the str buffer - that weren't written to the client, but we don't care - about them right now. */ + /* There are now possibly N number of bytes at the end of the + str buffer that weren't written to the client, but we don't + care about them right now. */ } /* If it returned OK, we just keep going */ } |