From d59a047a7070dc6af13b2e35c097efccc8ce38d0 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 10 Nov 2003 21:09:22 +0000 Subject: nginx-0.0.1-2003-11-11-00:09:22 import --- src/http/ngx_http_request.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http/ngx_http_request.h') diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 526e13d11..a87c6dc4e 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -192,6 +192,8 @@ struct ngx_http_request_s { void *data; char *discarded_buffer; + void **err_ctx; + int err_status; /* URI is not started with '/' - "GET http://" */ unsigned unusual_uri:1; -- cgit v1.2.3