diff src/http/ngx_http_core_module.h @ 2695:aa95c69c3068

try_files status code
author Igor Sysoev <igor@sysoev.ru>
date Sat, 11 Apr 2009 11:02:36 +0000
parents 6caf687a831f
children 756f73ca1e39
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -267,7 +267,9 @@ typedef struct {
     ngx_array_t               *lengths;
     ngx_array_t               *values;
     ngx_str_t                  name;
-    ngx_uint_t                 test_dir;   /* unsigned  test_dir:1; */
+
+    unsigned                   code:10;
+    unsigned                   test_dir:1;
 } ngx_http_try_file_t;