comparison src/http/ngx_http_request.h @ 179:9f3a78b06c48

nginx-0.0.1-2003-11-11-21:13:43 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 11 Nov 2003 18:13:43 +0000
parents a8ff48d26cca
children c966c09be66b
comparison
equal deleted inserted replaced
178:a8ff48d26cca 179:9f3a78b06c48
202 unsigned header_timeout_set:1; 202 unsigned header_timeout_set:1;
203 203
204 unsigned proxy:1; 204 unsigned proxy:1;
205 unsigned bypass_cache:1; 205 unsigned bypass_cache:1;
206 unsigned no_cache:1; 206 unsigned no_cache:1;
207
208 unsigned error_page:1;
209 207
210 #if 0 208 #if 0
211 unsigned cachable:1; 209 unsigned cachable:1;
212 #endif 210 #endif
213 unsigned pipeline:1; 211 unsigned pipeline:1;