Stopping timed out application process.

This commit is contained in:
Max Romanov
2018-04-05 17:19:25 +03:00
parent c0a423aa74
commit d748f74f2b
2 changed files with 89 additions and 9 deletions

View File

@@ -133,6 +133,7 @@ struct nxt_app_parse_ctx_s {
nxt_app_request_t r;
nxt_http_request_t *request;
nxt_timer_t timer;
void *timer_data;
nxt_http_request_parse_t parser;
nxt_http_request_parse_t resp_parser;
nxt_mp_t *mem_pool;