Router: restoring listening sockets of the previous configuration.
This commit is contained in:
@@ -382,6 +382,7 @@ static void
|
|||||||
nxt_router_conf_error(nxt_task_t *task, nxt_router_temp_conf_t *tmcf)
|
nxt_router_conf_error(nxt_task_t *task, nxt_router_temp_conf_t *tmcf)
|
||||||
{
|
{
|
||||||
nxt_socket_t s;
|
nxt_socket_t s;
|
||||||
|
nxt_router_t *router;
|
||||||
nxt_queue_link_t *qlk;
|
nxt_queue_link_t *qlk;
|
||||||
nxt_socket_conf_t *skcf;
|
nxt_socket_conf_t *skcf;
|
||||||
|
|
||||||
@@ -399,6 +400,11 @@ nxt_router_conf_error(nxt_task_t *task, nxt_router_temp_conf_t *tmcf)
|
|||||||
nxt_free(skcf->socket);
|
nxt_free(skcf->socket);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
router = tmcf->conf->router;
|
||||||
|
|
||||||
|
nxt_queue_add(&router->sockets, &tmcf->keeping);
|
||||||
|
nxt_queue_add(&router->sockets, &tmcf->deleting);
|
||||||
|
|
||||||
// TODO: new engines and threads
|
// TODO: new engines and threads
|
||||||
|
|
||||||
nxt_mp_destroy(tmcf->conf->mem_pool);
|
nxt_mp_destroy(tmcf->conf->mem_pool);
|
||||||
|
|||||||
Reference in New Issue
Block a user