mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Modules compatibility: health check fields.
This commit is contained in:
parent
27c8065e7b
commit
0ce82fc33a
@ -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;
|
||||
|
@ -226,8 +226,10 @@ struct ngx_stream_session_s {
|
||||
ngx_uint_t status;
|
||||
|
||||
#if (NGX_STREAM_SSL)
|
||||
ngx_uint_t ssl; /* unsigned ssl:1; */
|
||||
unsigned ssl:1;
|
||||
#endif
|
||||
|
||||
unsigned health_check:1;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user