aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-10-04 17:58:04 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-10-04 17:58:04 +0000
commit2ba1ee0930adc22206cad54c46fc682485933963 (patch)
tree2ebfae2a782c4793eb8ba30609f4240661fc497f /src/http/ngx_http.h
parent31f8818eb110d18e58fef72684418c33ddbd7a0b (diff)
downloadnginx-2ba1ee0930adc22206cad54c46fc682485933963.tar.gz
nginx-2ba1ee0930adc22206cad54c46fc682485933963.zip
nginx-0.0.1-2002-10-04-21:58:04 import
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h5
1 files changed, 3 insertions, 2 deletions
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;