aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-01-08 20:55:27 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-01-08 20:55:27 +0000
commit1bc3a93ddf4aeaae55de5edbee465a16fba1940b (patch)
treea34e4c81c53833808d18a98007e7683e08e4bf70 /src/http/ngx_http_request.h
parentbd68d5140774044d55262177b1d533bd2e569463 (diff)
downloadnginx-1bc3a93ddf4aeaae55de5edbee465a16fba1940b.tar.gz
nginx-1bc3a93ddf4aeaae55de5edbee465a16fba1940b.zip
axe old flag remained after ancient "post_accept_timeout" directive
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index db1292b8c..9073be928 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -427,8 +427,6 @@ struct ngx_http_request_s {
unsigned fast_subrequest:1;
unsigned subrequest_in_memory:1;
- unsigned header_timeout_set:1;
-
unsigned gzip:2;
unsigned proxy:1;