]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Using the traditional way of declaring Lua functions does not seem to work with NetWa...
authorDaniel Gruno <humbedooh@apache.org>
Wed, 16 Jan 2013 14:52:52 +0000 (14:52 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 16 Jan 2013 14:52:52 +0000 (14:52 +0000)
commit89c3ced436db64aff307635eee31ad63df3c3516
tree9c266516321295cb2010b29ce94a36aa6eb6590d
parentdeb10f28cbb5fbb24490ea38c7940164fc260834
Using the traditional way of declaring Lua functions does not seem to work with NetWare (and possibly Windows too?)
Thus, at least until we find a smarter way, we have to move the r:* functions into lua_request.c and connect them from there.
The only functional change is that the transferred functions are now called through the request object instead of the apache2 package.
The distinction between what merited it to be in either structure seems very vague, so for now, we'll keep the HTTP return codes in the apache2 table, and the request/server functions in the request object.

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