comparison src/http/ngx_http_request.h @ 393:5659d773cfa8

nginx-0.0.7-2004-07-15-20:35:51 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 15 Jul 2004 16:35:51 +0000
parents d1222d46b3f9
children f8f0f1834266
comparison
equal deleted inserted replaced
392:d1222d46b3f9 393:5659d773cfa8
278 #endif 278 #endif
279 /* URI with "/.", "%" and on Win32 with "//" */ 279 /* URI with "/.", "%" and on Win32 with "//" */
280 unsigned complex_uri:1; 280 unsigned complex_uri:1;
281 unsigned header_timeout_set:1; 281 unsigned header_timeout_set:1;
282 282
283 unsigned ssl:1;
284 unsigned proxy:1; 283 unsigned proxy:1;
285 unsigned bypass_cache:1; 284 unsigned bypass_cache:1;
286 unsigned no_cache:1; 285 unsigned no_cache:1;
287 286
288 #if 0 287 #if 0