]> granicus.if.org Git - apache/commit
mod_lua: Allow scripts handled by the lua-script handler to set a return
authorDaniel Gruno <humbedooh@apache.org>
Fri, 17 Aug 2012 09:41:46 +0000 (09:41 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 17 Aug 2012 09:41:46 +0000 (09:41 +0000)
commit71ca51c1a6d7a36e1944780c51ad3bcd36c29ad0
tree89e58488cac8ed34af83390b58bf1e9420f9163a
parentba90b1969f08825596ea90d61f23524d2586da4e
mod_lua: Allow scripts handled by the lua-script handler to set a return
code that will be sent to the client, such as 302, 500 etc. This will
allow scripts to be able to f.x. redirect a user to another page by
returning 302.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374185 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/lua/mod_lua.c