Merge branch 'development' into LTS_development
This commit is contained in:
commit
2af2b279d6
1 changed files with 2 additions and 0 deletions
|
@ -1159,6 +1159,7 @@ namespace Mist {
|
|||
buffer.insert(nxt);
|
||||
}
|
||||
}else{
|
||||
thisPacket.null();
|
||||
dropTrack(nxt.tid, "page load failure", true);
|
||||
}
|
||||
return false;
|
||||
|
@ -1211,6 +1212,7 @@ namespace Mist {
|
|||
MEDIUM_MSG("Next page for track %u starts at %llu.", nxt.tid, nxt.time);
|
||||
}
|
||||
}else{
|
||||
thisPacket.null();
|
||||
dropTrack(nxt.tid, "page load failure");
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue