diff options
Diffstat (limited to 'src/nxt_router.c')
-rw-r--r-- | src/nxt_router.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nxt_router.c b/src/nxt_router.c index 64cc53b7..ecce72ac 100644 --- a/src/nxt_router.c +++ b/src/nxt_router.c @@ -1407,6 +1407,9 @@ static nxt_port_handler_t nxt_router_app_port_handlers[] = { nxt_port_mmap_handler, nxt_router_app_data_handler, nxt_port_remove_pid_handler, + NULL, + nxt_port_rpc_handler, + nxt_port_rpc_handler, }; |