Loading lib/transfer.c +3 −3 Original line number Diff line number Diff line Loading @@ -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 */ } Loading Loading
lib/transfer.c +3 −3 Original line number Diff line number Diff line Loading @@ -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 */ } Loading