JSON parsing in controller.

This commit is contained in:
Valentin Bartenev
2017-04-10 17:06:22 +03:00
parent 3b8963da4d
commit bf401fa544
4 changed files with 823 additions and 14 deletions

View File

@@ -67,6 +67,7 @@ NXT_LIB_DEPS=" \
src/nxt_listen_socket.h \
src/nxt_http_parse.h \
src/nxt_runtime.h \
src/nxt_conf.h \
src/nxt_application.h \
src/nxt_master_process.h \
"
@@ -135,6 +136,7 @@ NXT_LIB_SRCS=" \
src/nxt_http_parse.c \
src/nxt_app_log.c \
src/nxt_runtime.c \
src/nxt_conf_json.c \
src/nxt_stream_module.c \
src/nxt_master_process.c \
src/nxt_worker_process.c \