comparison src/http/ngx_http_request.h @ 392:d1222d46b3f9

nginx-0.0.7-2004-07-15-00:07:58 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Jul 2004 20:07:58 +0000
parents e7054aaedf68
children 5659d773cfa8
comparison
equal deleted inserted replaced
391:b670db10cbbd 392:d1222d46b3f9
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;
283 unsigned proxy:1; 284 unsigned proxy:1;
284 unsigned bypass_cache:1; 285 unsigned bypass_cache:1;
285 unsigned no_cache:1; 286 unsigned no_cache:1;
286 287
287 #if 0 288 #if 0