修复cookie过期判断不准的bug

This commit is contained in:
xiongziliang
2019-03-14 09:59:07 +08:00
parent 327acdf562
commit 0603e95557
4 changed files with 25 additions and 12 deletions

View File

@@ -310,7 +310,7 @@ protected:
virtual void onManager() override;
private:
void onResponseCompleted_l();
void checkCookie(const HttpHeader &headers );
void checkCookie(HttpHeader &headers );
protected:
bool _isHttps;
private: