mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 21:51:30 +00:00
new build system
This commit is contained in:
@@ -267,3 +267,14 @@ int uwsgi_request(struct uwsgi_server *uwsgi, struct wsgi_request *wsgi_req) {
|
||||
void uwsgi_after_request(struct uwsgi_server *uwsgi, struct wsgi_request *wsgi_req) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
struct uwsgi_plugin lua_plugin {
|
||||
|
||||
.name = "lua",
|
||||
.modifier1 = 6,
|
||||
.init = uwsgi_init,
|
||||
.request = uwsgi_request,
|
||||
.after_request = uwsgi_after_request,
|
||||
.async = 0,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user