comparison src/http/ngx_http.h @ 55:cad6c2f43283

nginx-0.0.1-2003-01-29-10:25:51 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 29 Jan 2003 07:25:51 +0000
parents 27b628ef907e
children 058f01f78761
comparison
equal deleted inserted replaced
54:27b628ef907e 55:cad6c2f43283
72 int offset; 72 int offset;
73 } ngx_http_header_t; 73 } ngx_http_header_t;
74 74
75 75
76 typedef struct { 76 typedef struct {
77 ngx_str_t host_name; 77 int host_name_len;
78 78
79 ngx_table_elt_t *host; 79 ngx_table_elt_t *host;
80 ngx_table_elt_t *connection; 80 ngx_table_elt_t *connection;
81 ngx_table_elt_t *if_modified_since; 81 ngx_table_elt_t *if_modified_since;
82 ngx_table_elt_t *user_agent; 82 ngx_table_elt_t *user_agent;
135 ngx_str_t uri; 135 ngx_str_t uri;
136 ngx_str_t exten; 136 ngx_str_t exten;
137 ngx_http_request_t *main; 137 ngx_http_request_t *main;
138 138
139 ngx_connection_t *connection; 139 ngx_connection_t *connection;
140
141 u_int in_addr;
140 142
141 int filter; 143 int filter;
142 144
143 ssize_t client_content_length; 145 ssize_t client_content_length;
144 char *discarded_buffer; 146 char *discarded_buffer;