This repository was archived by the owner on Sep 6, 2023. It is now read-only.
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
why there is a decrease for j
? #21
Open
Description
https://github.com/cloudflare/lua-resty-cookie/blob/master/lib/resty/cookie.lua#L87
I test for many case, if no j = j - 1 , it will work well .
so why should decrease for this ? any special case for cookie ?
thanks .