Router: split nxt_http_app_conf_t from nxt_http_action_t.

No functional changes.
This commit is contained in:
Zhidao HONG
2021-07-24 11:44:52 +08:00
parent b47f1ac7ea
commit f3a1c1deb5
5 changed files with 45 additions and 43 deletions

View File

@@ -225,11 +225,6 @@ struct nxt_http_action_s {
nxt_upstream_t *upstream;
uint32_t upstream_number;
nxt_var_t *var;
struct {
nxt_app_t *application;
nxt_int_t target;
} app;
} u;
nxt_str_t name;