| commit | d59a047a7070dc6af13b2e35c097efccc8ce38d0 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Mon Nov 10 21:09:22 2003 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Mon Nov 10 21:09:22 2003 +0000 |
| tree | 7efbd7a8fd2e4d871da3165dab7287c49fb0341e | |
| parent | 7832933eed3cb0187eca4fba87076f10c897925e [diff] [blame] |
nginx-0.0.1-2003-11-11-00:09:22 import
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 526e13d..a87c6dc 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h
@@ -192,6 +192,8 @@ void *data; char *discarded_buffer; + void **err_ctx; + int err_status; /* URI is not started with '/' - "GET http://" */ unsigned unusual_uri:1;