comparison src/http/ngx_http_request.h @ 176:c0552e5ab567

nginx-0.0.1-2003-11-09-23:03:38 import; separate building
author Igor Sysoev <igor@sysoev.ru>
date Sun, 09 Nov 2003 20:03:38 +0000
parents caa57ddf6d77
children a8ff48d26cca
comparison
equal deleted inserted replaced
175:e92c2c647c57 176:c0552e5ab567
72 72
73 ngx_table_elt_t *host; 73 ngx_table_elt_t *host;
74 ngx_table_elt_t *connection; 74 ngx_table_elt_t *connection;
75 ngx_table_elt_t *if_modified_since; 75 ngx_table_elt_t *if_modified_since;
76 ngx_table_elt_t *user_agent; 76 ngx_table_elt_t *user_agent;
77 ngx_table_elt_t *referer;
77 78
78 ngx_table_elt_t *content_length; 79 ngx_table_elt_t *content_length;
79 ngx_table_elt_t *accept_encoding; 80 ngx_table_elt_t *accept_encoding;
80 ngx_table_elt_t *range; 81 ngx_table_elt_t *range;
81 82
199 unsigned header_timeout_set:1; 200 unsigned header_timeout_set:1;
200 201
201 unsigned proxy:1; 202 unsigned proxy:1;
202 unsigned bypass_cache:1; 203 unsigned bypass_cache:1;
203 unsigned no_cache:1; 204 unsigned no_cache:1;
205
206 unsigned error_page:1;
204 207
205 #if 0 208 #if 0
206 unsigned cachable:1; 209 unsigned cachable:1;
207 #endif 210 #endif
208 unsigned pipeline:1; 211 unsigned pipeline:1;