fix extension
[nginx.git] / nginx_upstream_hash / nginx.patch
1 diff -Naur src/http/ngx_http_upstream.h src-hash/http/ngx_http_upstream.h
2 --- src/http/ngx_http_upstream.h        2008-03-03 12:04:06.000000000 -0800
3 +++ src-hash/http/ngx_http_upstream.h   2008-06-07 13:01:37.000000000 -0700
4 @@ -90,6 +90,10 @@
5  
6      ngx_array_t                    *servers;   /* ngx_http_upstream_server_t */
7  
8 +    ngx_array_t                    *values;
9 +    ngx_array_t                    *lengths;
10 +    ngx_uint_t                      retries;
11 +
12      ngx_uint_t                      flags;
13      ngx_str_t                       host;
14      u_char                         *file_name;