From 562c9d7876143ec73d003a921ff720f3c2696b72 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sat, 22 Oct 2011 18:50:45 +0000 Subject: [PATCH] quick handler in an external file is already enabled, quick handler in block form seems to work just as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1187748 13f79535-47bb-0310-9956-ffa450edef68 --- modules/lua/mod_lua.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/lua/mod_lua.c b/modules/lua/mod_lua.c index 7393b8aa0a..6bce9a5d0f 100644 --- a/modules/lua/mod_lua.c +++ b/modules/lua/mod_lua.c @@ -727,7 +727,8 @@ static const char *register_quick_hook(cmd_parms *cmd, void *_cfg, static const char *register_quick_block(cmd_parms *cmd, void *_cfg, const char *line) { - return "LuaQuickHook in an inline block not yet implemented"; + return register_named_block_function_hook("quick", cmd, _cfg, + line); } -- 2.40.0