comparison src/http/ngx_http_request.h @ 178:a8ff48d26cca

nginx-0.0.1-2003-11-11-00:09:22 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Nov 2003 21:09:22 +0000
parents c0552e5ab567
children 9f3a78b06c48
comparison
equal deleted inserted replaced
177:4db54fdbcbe7 178:a8ff48d26cca
190 int request_body_len; 190 int request_body_len;
191 void (*request_body_handler) (void *data); 191 void (*request_body_handler) (void *data);
192 void *data; 192 void *data;
193 193
194 char *discarded_buffer; 194 char *discarded_buffer;
195 void **err_ctx;
196 int err_status;
195 197
196 /* URI is not started with '/' - "GET http://" */ 198 /* URI is not started with '/' - "GET http://" */
197 unsigned unusual_uri:1; 199 unsigned unusual_uri:1;
198 /* URI with "/.", "%" and on Win32 with "//" */ 200 /* URI with "/.", "%" and on Win32 with "//" */
199 unsigned complex_uri:1; 201 unsigned complex_uri:1;