comparison src/http/ngx_http_request.h @ 522:40fd8d7b82f9

Merge with current.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 02 Aug 2009 05:44:15 +0400
parents 8fbdd980b527 24b676623d4f
children 5f4de8cf0d9d
comparison
equal deleted inserted replaced
517:8fbdd980b527 522:40fd8d7b82f9
182 182
183 ngx_table_elt_t *authorization; 183 ngx_table_elt_t *authorization;
184 184
185 ngx_table_elt_t *keep_alive; 185 ngx_table_elt_t *keep_alive;
186 186
187 #if (NGX_HTTP_PROXY || NGX_HTTP_REALIP) 187 #if (NGX_HTTP_PROXY || NGX_HTTP_REALIP || NGX_HTTP_GEO)
188 ngx_table_elt_t *x_forwarded_for; 188 ngx_table_elt_t *x_forwarded_for;
189 #endif 189 #endif
190 190
191 #if (NGX_HTTP_REALIP) 191 #if (NGX_HTTP_REALIP)
192 ngx_table_elt_t *x_real_ip; 192 ngx_table_elt_t *x_real_ip;