From 80deee3903e70287f18e0d296d53caae077e6f99 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Fri, 11 Aug 2017 19:54:40 +0300 Subject: Controller: more HTTP headers and detailed JSON parsing errors. --- src/nxt_master_process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_master_process.c') diff --git a/src/nxt_master_process.c b/src/nxt_master_process.c index 0df32631..a1a44cd2 100644 --- a/src/nxt_master_process.c +++ b/src/nxt_master_process.c @@ -181,7 +181,7 @@ nxt_port_master_start_worker_handler(nxt_task_t *task, nxt_port_recv_msg_t *msg) start += app_conf.name.length + 1; - conf = nxt_conf_json_parse(mp, start, b->mem.free); + conf = nxt_conf_json_parse(mp, start, b->mem.free, NULL); if (conf == NULL) { nxt_log(task, NXT_LOG_CRIT, "configuration parsing error"); -- cgit