diff src/http/ngx_http_request.h @ 287:35a6a9df2d25

nginx-0.0.2-2004-03-12-19:57:08 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 12 Mar 2004 16:57:08 +0000
parents 03c54b6d7a6f
children 87e73f067470
line wrap: on
line diff
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -93,15 +93,22 @@ typedef struct {
     ngx_table_elt_t  *if_modified_since;
     ngx_table_elt_t  *user_agent;
     ngx_table_elt_t  *referer;
+    ngx_table_elt_t  *content_length;
 
-    ngx_table_elt_t  *content_length;
+    ngx_table_elt_t  *range;
+
+#if (NGX_HTTP_GZIP)
     ngx_table_elt_t  *accept_encoding;
-    ngx_table_elt_t  *range;
+#endif
 
     ngx_table_elt_t  *authorization;
 
     ngx_table_elt_t  *keep_alive;
 
+#if (NGX_HTTP_PROXY)
+    ngx_table_elt_t  *x_forwarded_for;
+#endif
+
     size_t            host_name_len;
     ssize_t           content_length_n;
     size_t            connection_type;