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
What the... Even cgilua isn't able to return custom http status.. lunarmodules/cgilua#12
There is advice in discussion "You'll have to use wsapi directly". What does it mean?
Hello!
I'm unable to return 404 HTTP status code on xavante from sailor web framework: sailorproject/sailor#24
remy uses cgilua with xavante and the
src/remy/cgilua
infunction M.finish(code)
argumentcode
is never used!https://github.com/felipedaragon/remy/blob/master/src/remy/cgilua.lua#L97
(
r.status
in this function has proper value404
too, but xavante return http code200
)The text was updated successfully, but these errors were encountered: