Bug #3540 » sendfile-retry.patch
io.c | ||
---|---|---|
stp->total += ss;
|
||
copy_length -= ss;
|
||
if (0 < copy_length) {
|
||
ss = -1;
|
||
errno = EAGAIN;
|
||
goto retry_sendfile;
|
||
}
|
||
}
|
||
if (ss == -1) {
|