mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
Add the missing state release to the LuaMapHandler handler as well, so we won't end in a potential deadlock when acquiring states for in the server scope.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374310 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -454,6 +454,7 @@ static int lua_map_handler(request_rec *r)
|
||||
ap_lua_release_state(L, spec, r);
|
||||
return rc;
|
||||
}
|
||||
ap_lua_release_state(L, spec, r);
|
||||
}
|
||||
}
|
||||
return DECLINED;
|
||||
|
Reference in New Issue
Block a user