diff src/http/ngx_http_request.h @ 172:caa57ddf6d77

nginx-0.0.1-2003-11-04-01:20:44 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 03 Nov 2003 22:20:44 +0000
parents c42be4185301
children c0552e5ab567
line wrap: on
line diff
--- a/src/http/ngx_http_request.h	Mon Nov 03 17:33:31 2003 +0000
+++ b/src/http/ngx_http_request.h	Mon Nov 03 22:20:44 2003 +0000
@@ -79,6 +79,8 @@
     ngx_table_elt_t  *accept_encoding;
     ngx_table_elt_t  *range;
 
+    ngx_table_elt_t  *authorization;
+
     ngx_table_elt_t  *keep_alive;
 
     size_t            host_name_len;
@@ -198,6 +200,7 @@
 
     unsigned             proxy:1;
     unsigned             bypass_cache:1;
+    unsigned             no_cache:1;
 
 #if 0
     unsigned             cachable:1;