mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 12:18:12 +08:00
1、hls cookie改成60秒有效期并且访问时刷新cookie
2、去除keep-alive下最大请求次数限制
This commit is contained in:
@@ -199,8 +199,6 @@ extern const string kSendBufSize;
|
||||
extern const string kMaxReqSize;
|
||||
//http keep-alive秒数
|
||||
extern const string kKeepAliveSecond;
|
||||
//http keep-alive最大请求数
|
||||
extern const string kMaxReqCount;
|
||||
//http 字符编码
|
||||
extern const string kCharSet;
|
||||
//http 服务器根目录
|
||||
|
||||
Reference in New Issue
Block a user