diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2016-09-29 18:06:02 +0300 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-09-29 18:06:02 +0300 |
| commit | 0ce82fc33a29426c7683cd58b0dd086bc980aec0 (patch) | |
| tree | c7ede89c764c7bd800ec139d8be84fa69e42e34a /src/http/ngx_http_request.h | |
| parent | 27c8065e7b713dfa44ca52616c55987a41e25788 (diff) | |
| download | nginx-0ce82fc33a29426c7683cd58b0dd086bc980aec0.tar.gz nginx-0ce82fc33a29426c7683cd58b0dd086bc980aec0.tar.bz2 | |
Modules compatibility: health check fields.
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_request.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
