From: Daniel Stenberg Date: Mon, 12 Mar 2001 15:21:11 +0000 (+0000) Subject: updated the comment for the chunked reading X-Git-Tag: curl-7_7-beta2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46c9075eab051e87b4451979cd57abd89c7a2534;p=curl updated the comment for the chunked reading --- 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 */ }