comparison src/http/ngx_http_request.h @ 396:6f3b20c1ac50

nginx-0.0.7-2004-07-18-23:11:20 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 18 Jul 2004 19:11:20 +0000
parents f8f0f1834266
children d6e2b445c1b8
comparison
equal deleted inserted replaced
395:f8f0f1834266 396:6f3b20c1ac50
215 215
216 struct ngx_http_request_s { 216 struct ngx_http_request_s {
217 uint32_t signature; /* "HTTP" */ 217 uint32_t signature; /* "HTTP" */
218 218
219 ngx_connection_t *connection; 219 ngx_connection_t *connection;
220
221 ngx_recv_pt recv;
222 ngx_send_chain_pt send_chain;
223 220
224 void **ctx; 221 void **ctx;
225 void **main_conf; 222 void **main_conf;
226 void **srv_conf; 223 void **srv_conf;
227 void **loc_conf; 224 void **loc_conf;