comparison src/http/ngx_http_request.h @ 170:c42be4185301

nginx-0.0.1-2003-11-03-01:56:18 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 02 Nov 2003 22:56:18 +0000
parents 84036764e215
children caa57ddf6d77
comparison
equal deleted inserted replaced
169:edf29bb717da 170:c42be4185301
195 /* URI with "/.", "%" and on Win32 with "//" */ 195 /* URI with "/.", "%" and on Win32 with "//" */
196 unsigned complex_uri:1; 196 unsigned complex_uri:1;
197 unsigned header_timeout_set:1; 197 unsigned header_timeout_set:1;
198 198
199 unsigned proxy:1; 199 unsigned proxy:1;
200 unsigned bypass_cache:1;
201
200 #if 0 202 #if 0
201 unsigned cachable:1; 203 unsigned cachable:1;
202 #endif 204 #endif
203 unsigned pipeline:1; 205 unsigned pipeline:1;
204 206