comparison src/http/ngx_http_request.h @ 416:b9bd635011de

nginx-0.0.10-2004-09-06-22:45:00 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 06 Sep 2004 18:45:00 +0000
parents 3c56e834be46
children 47709bff4468
comparison
equal deleted inserted replaced
415:3c56e834be46 416:b9bd635011de
158 } ngx_http_range_t; 158 } ngx_http_range_t;
159 159
160 160
161 typedef struct { 161 typedef struct {
162 ngx_list_t headers; 162 ngx_list_t headers;
163 #if 0
164 ngx_table_t headers; /* it must be first field */
165 #endif
166 163
167 ngx_uint_t status; 164 ngx_uint_t status;
168 ngx_str_t status_line; 165 ngx_str_t status_line;
169 166
170 ngx_table_elt_t *server; 167 ngx_table_elt_t *server;