mirror of
git://erdgeist.org/opentracker
synced 2025-01-13 16:30:06 +00:00
Merge branch 'split-iobatches' of erdgeist.org:opentracker into split-iobatches
This commit is contained in:
commit
0178c27662
@ -218,6 +218,9 @@ static void handle_write( const int64 sock ) {
|
|||||||
if( res == -3 )
|
if( res == -3 )
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
if( !cookie->batch[i].bytesleft )
|
||||||
|
continue;
|
||||||
|
|
||||||
if( res == -1 || res > 0 || i < cookie->batches - 1 )
|
if( res == -1 || res > 0 || i < cookie->batches - 1 )
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user