]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_lua: Redesign the table construction/access mechanism, so we pass on a struct...
authorDaniel Gruno <humbedooh@apache.org>
Fri, 28 Mar 2014 18:38:41 +0000 (18:38 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 28 Mar 2014 18:38:41 +0000 (18:38 +0000)
commit6c32aedc629e4fc133c8b7e639167c4561285617
treec21f4b2ce70645c3337803d2e0fcdd098cfda50e
parenta639de59ad7912e9c0d191dc6158ae1c3bbe15e5
mod_lua: Redesign the table construction/access mechanism, so we pass on a struct with the request_rec, the table pointer and the table name instead of just the table pointer. This allows us to use the request_rec for logging/editing purposes, as well as inform the user which exact table in the request_rec was modified.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1582858 13f79535-47bb-0310-9956-ffa450edef68
docs/log-message-tags/next-number
modules/lua/lua_apr.c
modules/lua/lua_apr.h
modules/lua/lua_request.c
modules/lua/lua_request.h