comparison src/http/ngx_http_request.h @ 408:d6e2b445c1b8

nginx-0.0.10-2004-08-27-19:40:59 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 27 Aug 2004 15:40:59 +0000
parents 6f3b20c1ac50
children 3c56e834be46
comparison
equal deleted inserted replaced
407:35fe251cd231 408:d6e2b445c1b8
135 ngx_table_elt_t *keep_alive; 135 ngx_table_elt_t *keep_alive;
136 136
137 #if (NGX_HTTP_PROXY) 137 #if (NGX_HTTP_PROXY)
138 ngx_table_elt_t *x_forwarded_for; 138 ngx_table_elt_t *x_forwarded_for;
139 #endif 139 #endif
140
141 ngx_array_t cookies;
140 142
141 size_t host_name_len; 143 size_t host_name_len;
142 ssize_t content_length_n; 144 ssize_t content_length_n;
143 size_t connection_type; 145 size_t connection_type;
144 ssize_t keep_alive_n; 146 ssize_t keep_alive_n;