summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-06-07 12:27:06 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-06-07 12:27:06 +0000
commitba08ffbd6b8cfb7706cf2d0dbe2b70eb18af08a5 (patch)
tree824396b2b591e5c690d346a89eba5c5c9aa53f71 /src/http/ngx_http_request.h
parent1839e0d53c634818674eb7ca6333d109d96b949a (diff)
downloadnginx-ba08ffbd6b8cfb7706cf2d0dbe2b70eb18af08a5.tar.gz
nginx-ba08ffbd6b8cfb7706cf2d0dbe2b70eb18af08a5.tar.bz2
merge r3528:
remove r->zero_in_uri
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 3772e81b0..73b950848 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -57,7 +57,7 @@
#define NGX_HTTP_PARSE_INVALID_HEADER 13
-#define NGX_HTTP_ZERO_IN_URI 1
+/* unused 1 */
#define NGX_HTTP_SUBREQUEST_IN_MEMORY 2
#define NGX_HTTP_SUBREQUEST_WAITED 4
#define NGX_HTTP_LOG_UNSAFE 8
@@ -430,9 +430,6 @@ struct ngx_http_request_s {
/* URI with "+" */
unsigned plus_in_uri:1;
- /* URI with "\0" or "%00" */
- unsigned zero_in_uri:1;
-
unsigned invalid_header:1;
unsigned valid_location:1;