Router: grouped app and share fields in nxt_http_action_t.
This is a prerequisite for further introduction of openat2() features. No functional changes.
This commit is contained in:
@@ -2144,7 +2144,7 @@ nxt_router_listener_application(nxt_router_conf_t *rtcf, nxt_str_t *name,
|
||||
return NXT_DECLINED;
|
||||
}
|
||||
|
||||
action->u.application = app;
|
||||
action->u.app.application = app;
|
||||
action->handler = nxt_http_application_handler;
|
||||
|
||||
return NXT_OK;
|
||||
|
||||
Reference in New Issue
Block a user