Skip to content

Commit 32bc46e

Browse files
committed
changed http status code from 200 to 206 to prevent seek errors
1 parent bdb8bfa commit 32bc46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ void startHttpServer(std::string tIp, int tPort, std::string movie_path, std::st
212212

213213
auto name = req.matches[1];
214214

215-
res.status = 200;
215+
res.status = 206;
216216
res.set_content(transparentVideos[name.str()], "video/webm");
217217
});
218218

0 commit comments

Comments
 (0)