mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-20 07:12:21 +08:00
修复cookie过期判断不准的bug
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
|
||||
void setPath(const string &path);
|
||||
void setHost(const string &host);
|
||||
void setExpires(const string &expires);
|
||||
void setExpires(const string &expires,const string &server_date);
|
||||
void setKeyVal(const string &key,const string &val);
|
||||
operator bool ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user