mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2024-12-22 22:16:38 +08:00
support server cookie
This commit is contained in:
parent
22fb8900c9
commit
64fb9f7e63
@ -829,7 +829,7 @@ void ServantHandle::handleTarsProtocol(const TarsCurrentPtr ¤t)
|
||||
}
|
||||
|
||||
//处理cookie
|
||||
string cookie;
|
||||
map<string, string> cookie;
|
||||
TarsCookieOp cookieOp;
|
||||
if (processCookie(current, cookie))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user