updated the comment for the chunked reading

This commit is contained in:
Daniel Stenberg 2001-03-12 15:21:11 +00:00
parent d95fa648e9
commit 46c9075eab
1 changed files with 3 additions and 3 deletions

View File

@ -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 */
}