| commit | cf80a70e1030f3c12e9b19e34e4f9ee9e2f72629 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Mon Nov 03 22:20:44 2003 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Mon Nov 03 22:20:44 2003 +0000 |
| tree | 0611cee87cc3d27340cff7fc8d324f6f61ad56b7 | |
| parent | a1512b1904fc7e3a0a5b99e49cff480085518445 [diff] [blame] |
nginx-0.0.1-2003-11-04-01:20:44 import
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 7f05b40..8e50d59 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h
@@ -79,6 +79,8 @@ ngx_table_elt_t *accept_encoding; ngx_table_elt_t *range; + ngx_table_elt_t *authorization; + ngx_table_elt_t *keep_alive; size_t host_name_len; @@ -198,6 +200,7 @@ unsigned proxy:1; unsigned bypass_cache:1; + unsigned no_cache:1; #if 0 unsigned cachable:1;