修复删除加密的m3u8文件时,key没有被删除的问题 https://github.com/AriaLyy/Aria/issues/735#issuecomment-673958845

This commit is contained in:
laoyuyu
2020-08-14 22:40:17 +08:00
parent 428fbab9d2
commit c78fa1b66a
6 changed files with 34 additions and 12 deletions

View File

@@ -219,6 +219,7 @@ final class HttpUThreadTaskAdapter extends BaseHttpThreadTaskAdapter {
String msg = "response msg: " + mHttpConn.getResponseMessage() + "code: " + status;
ALog.e(TAG, msg);
fail(new AriaHTTPException(msg), false);
response.append(status);
}
writer.flush();
writer.close();