aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2016-09-20 12:30:52 +0300
committerRuslan Ermilov <ru@nginx.com>2016-09-20 12:30:52 +0300
commit1fd83ac0c83b2ffffbe5fdbaec61be4f1b39171b (patch)
treeb7d0e3e028ec8e9c8cdb3658432222dca3afed89 /src/http/ngx_http_request.h
parentf8a9d528df92c7634088e575e5c3d63a1d4ab8ea (diff)
downloadnginx-1fd83ac0c83b2ffffbe5fdbaec61be4f1b39171b.tar.gz
nginx-1fd83ac0c83b2ffffbe5fdbaec61be4f1b39171b.zip
Removed influence of some options on structures.
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 499c1eff5..a641d78fd 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -302,7 +302,7 @@ typedef struct {
ngx_http_addr_conf_t *addr_conf;
ngx_http_conf_ctx_t *conf_ctx;
-#if (NGX_HTTP_SSL && defined SSL_CTRL_SET_TLSEXT_HOSTNAME)
+#if (NGX_HTTP_SSL)
ngx_str_t *ssl_servername;
#if (NGX_PCRE)
ngx_http_regex_t *ssl_servername_regex;
@@ -539,11 +539,8 @@ struct ngx_http_request_s {
unsigned subrequest_ranges:1;
unsigned single_range:1;
unsigned disable_not_modified:1;
-
-#if (NGX_STAT_STUB)
unsigned stat_reading:1;
unsigned stat_writing:1;
-#endif
/* used to parse HTTP headers */