mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the http code.
This commit is contained in:
parent
f8f6e438cc
commit
3211282b0c
4 changed files with 18 additions and 14 deletions
|
@ -752,7 +752,7 @@ int SrsHlsMuxer::segment_close(string log_desc)
|
|||
if (should_write_file) {
|
||||
unlink(tmp_file.c_str());
|
||||
if (unlink(tmp_file.c_str()) < 0) {
|
||||
srs_warn("drop unlink path failed, file=%s.", tmp_file.c_str());
|
||||
srs_warn("ignore unlink path failed, file=%s.", tmp_file.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue