comparison src/http/ngx_http_request.h @ 356:2e3cbc1bbe3c

nginx-0.0.7-2004-06-16-19:32:11 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 16 Jun 2004 15:32:11 +0000
parents 55e496a8ece3
children 446782c909b3
comparison
equal deleted inserted replaced
355:0fb6c53fb135 356:2e3cbc1bbe3c
133 133
134 size_t host_name_len; 134 size_t host_name_len;
135 ssize_t content_length_n; 135 ssize_t content_length_n;
136 size_t connection_type; 136 size_t connection_type;
137 ssize_t keep_alive_n; 137 ssize_t keep_alive_n;
138
139 unsigned msie;
140 unsigned msie4;
138 } ngx_http_headers_in_t; 141 } ngx_http_headers_in_t;
139 142
140 143
141 typedef struct { 144 typedef struct {
142 off_t start; 145 off_t start;
199 unsigned valid:1; 202 unsigned valid:1;
200 unsigned cache:1; 203 unsigned cache:1;
201 }; 204 };
202 205
203 206
204 typedef int (*ngx_http_handler_pt)(ngx_http_request_t *r); 207 typedef ngx_int_t (*ngx_http_handler_pt)(ngx_http_request_t *r);
205 208
206 struct ngx_http_request_s { 209 struct ngx_http_request_s {
207 ngx_connection_t *connection; 210 ngx_connection_t *connection;
208 211
209 void **ctx; 212 void **ctx;