@@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
nxt_int_t
|
nxt_int_t
|
||||||
nxt_http_rewrite_init(nxt_router_conf_t *rtcf, nxt_http_action_t *action,
|
nxt_http_rewrite_init(nxt_router_conf_t *rtcf, nxt_http_action_t *action,
|
||||||
nxt_http_action_conf_t *acf)
|
nxt_http_action_conf_t *acf)
|
||||||
{
|
{
|
||||||
nxt_str_t str;
|
nxt_str_t str;
|
||||||
|
|
||||||
nxt_conf_get_string(acf->rewrite, &str);
|
nxt_conf_get_string(acf->rewrite, &str);
|
||||||
|
|||||||
@@ -42,8 +42,8 @@ struct nxt_tstr_query_s {
|
|||||||
void *ctx;
|
void *ctx;
|
||||||
void *data;
|
void *data;
|
||||||
|
|
||||||
nxt_work_handler_t ready;
|
nxt_work_handler_t ready;
|
||||||
nxt_work_handler_t error;
|
nxt_work_handler_t error;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user