From 0ce82fc33a29426c7683cd58b0dd086bc980aec0 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Thu, 29 Sep 2016 18:06:02 +0300 Subject: Modules compatibility: health check fields. --- src/http/ngx_http_request.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http') diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index a641d78fd..e0c987c38 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -542,6 +542,8 @@ struct ngx_http_request_s { unsigned stat_reading:1; unsigned stat_writing:1; + unsigned health_check:1; + /* used to parse HTTP headers */ ngx_uint_t state; -- cgit