mirror of
https://github.com/lxsang/ant-http
synced 2024-11-17 17:08:20 +01:00
fix cookie error
This commit is contained in:
parent
355bda010d
commit
6b4d249cb1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
# Prerequisites
|
||||
*._*
|
||||
*.d
|
||||
|
||||
# Object files
|
||||
|
@ -140,6 +140,7 @@ dictionary decode_cookie(const char* line)
|
||||
if(dic == NULL)
|
||||
dic = dict();
|
||||
LOG("Found cookie : %s = %s\n",token1,token);
|
||||
trim(token1,' ');
|
||||
dput(dic,token1,token);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user