Home
last modified time | relevance | path

Searched refs:router (Results 1 – 9 of 9) sorted by relevance

/unit/
H A DCHANGES21 *) Bugfix: router could crash while sending large files. Thanks to
343 *) Bugfix: the controller or router process could crash if the
373 *) Bugfix: the router process could crash while closing a TLS
399 *) Bugfix: a descriptor leak occurred in the router process when
453 *) Bugfix: the router process could crash while removing or
541 *) Bugfix: the router process could crash during reconfiguration.
583 *) Bugfix: the router process could crash at exit.
1064 *) Bugfix: segmentation fault in router.
1115 *) Bugfix: the router exited abnormally if all listeners had been
1118 *) Bugfix: the router crashed under load.
[all …]
/unit/test/
H A Dconftest.py331 router = _fds_info['router']
332 router['pid'] = pid_by_name(router['name'])
333 router['fds'] = _count_fds(router['pid'])
681 def _skip(main=False, router=False, controller=False): argument
683 _fds_info['router']['skip'] = router
H A Dtest_respawn.py76 skip_fds_check(router=True)
/unit/src/
H A Dnxt_router.c340 nxt_router_t *router; in nxt_router_start() local
373 nxt_router = router; in nxt_router_start()
1255 router = rtcf->router; in nxt_router_conf_apply()
1279 nxt_router_access_log_release(task, &router->lock, router->access_log); in nxt_router_conf_apply()
1324 lock = &rtcf->router->lock; in nxt_router_conf_ready()
1351 nxt_router_t *router; in nxt_router_conf_error() local
1380 router = rtcf->router; in nxt_router_conf_error()
1682 router = rtcf->router; in nxt_router_conf_create()
2757 nxt_router_t *router; in nxt_router_listen_socket_find() local
2761 router = tmcf->router_conf->router; in nxt_router_listen_socket_find()
[all …]
H A Dnxt_router_access_log.c74 nxt_router_t *router; in nxt_router_access_log_create() local
100 router = nxt_router; in nxt_router_access_log_create()
102 access_log = router->access_log; in nxt_router_access_log_create()
105 nxt_router_access_log_use(&router->lock, access_log); in nxt_router_access_log_create()
H A Dnxt_process.h41 void *router; member
H A Dnxt_router.h48 nxt_router_t *router; member
/unit/tools/
H A Dsetup-unit1125 ${type_r:+-e 'unit: router'};
/unit/docs/
H A Dunit-openapi.yaml3352 Unit's [router logging]
3353 (https://unit.nginx.org/troubleshooting/#router-log)."
6186 description: "Enables or disables router logging."