Imported Upstream version 1.4.16+git20130910
This commit is contained in:
parent
e70fb8c051
commit
96678a79c9
28 changed files with 6224 additions and 3446 deletions
|
@ -277,10 +277,7 @@ main (int argc, char **argv)
|
|||
memcpy(&status[len], buffer, i);
|
||||
len += i;
|
||||
|
||||
/* stop reading if user-forced or data-starved */
|
||||
if(i < sizeof(buffer) || (maxbytes && len >= maxbytes))
|
||||
break;
|
||||
|
||||
/* stop reading if user-forced */
|
||||
if (maxbytes && len >= maxbytes)
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue