From 2ba1ee0930adc22206cad54c46fc682485933963 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 4 Oct 2002 17:58:04 +0000 Subject: nginx-0.0.1-2002-10-04-21:58:04 import --- src/http/ngx_http.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/http/ngx_http.h') diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 28c432154..026c1673f 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -122,14 +122,15 @@ struct ngx_http_request_s { unsigned logging:1; unsigned header_only:1; - unsigned unusual_uri:1; - unsigned complex_uri:1; + unsigned unusual_uri:1; /* URI is not started with '/' - "GET http://" */ + unsigned complex_uri:1; /* URI with "./" or with "//" */ int state; char *uri_start; char *uri_end; char *uri_ext; char *args_start; + char *request_end; char *header_name_start; char *header_name_end; char *header_start; -- cgit