You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
I am convert my website from PHP code to lua moonscript using openresty.
It's work only I comment that 2 line. Or else it wont parse cookies value with space.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Failed parse cookies value with space, should comment out 2 lines (73 74)
-- or byte(text_cookie, j) == SPACE
-- or byte(text_cookie, j) == HTAB
to make it work with space in cookie value
The text was updated successfully, but these errors were encountered: