comparison src/http/ngx_http_request.h @ 303:00c5660d2707

nginx-0.0.3-2004-04-01-20:20:53 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 01 Apr 2004 16:20:53 +0000
parents 4a3f18406832
children 98f1a8028067
comparison
equal deleted inserted replaced
302:1526e7686b20 303:00c5660d2707
153 typedef struct { 153 typedef struct {
154 ngx_temp_file_t *temp_file; 154 ngx_temp_file_t *temp_file;
155 ngx_chain_t *bufs; 155 ngx_chain_t *bufs;
156 ngx_hunk_t *buf; 156 ngx_hunk_t *buf;
157 size_t rest; 157 size_t rest;
158 size_t buf_size;
159 void (*handler) (void *data); 158 void (*handler) (void *data);
160 void *data; 159 void *data;
161 } ngx_http_request_body_t; 160 } ngx_http_request_body_t;
162 161
163 162