diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-07-14 20:07:58 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-14 20:07:58 +0000 |
commit | 4aa888820d3f13a225ee6bdd596305ea3b4db6f4 (patch) | |
tree | 1b3c18e0a419a66123414a366588db23028ac5b1 /src/http/ngx_http_request.h | |
parent | 7823cc3b0d263530ed4590d27ee4d1fe12dca0dc (diff) | |
download | nginx-4aa888820d3f13a225ee6bdd596305ea3b4db6f4.tar.gz nginx-4aa888820d3f13a225ee6bdd596305ea3b4db6f4.zip |
nginx-0.0.7-2004-07-15-00:07:58 import
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 7abd57f80..c315add03 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -280,6 +280,7 @@ struct ngx_http_request_s { unsigned complex_uri:1; unsigned header_timeout_set:1; + unsigned ssl:1; unsigned proxy:1; unsigned bypass_cache:1; unsigned no_cache:1; |