mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
HLS: 返回全部切片数据后,链接断开不报错: #1332
This commit is contained in:
parent
80d24d2884
commit
3ccd48e7a9
@ -66,6 +66,7 @@ void HttpTSPlayer::onDisconnect(const SockException &ex) {
|
||||
void HttpTSPlayer::emitOnComplete(const SockException &ex) {
|
||||
if (_on_complete) {
|
||||
_on_complete(ex);
|
||||
_on_complete = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user