diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-11-16 12:19:02 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-11-16 12:19:02 +0000 |
commit | c05f20ec2eace8239c53f680294c9a2154b39e7d (patch) | |
tree | fba2dd2e0c4f7a36f4b396b759645ced61c3c709 /src/http/ngx_http_request.h | |
parent | c0ae4716ece5e48c4e82863959d3ae9ff6693e65 (diff) | |
download | nginx-c05f20ec2eace8239c53f680294c9a2154b39e7d.tar.gz nginx-c05f20ec2eace8239c53f680294c9a2154b39e7d.zip |
regex named captures
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 15c0eb94a..79ec02873 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -10,7 +10,6 @@ #define NGX_HTTP_MAX_URI_CHANGES 10 #define NGX_HTTP_MAX_SUBREQUESTS 50 -#define NGX_HTTP_MAX_CAPTURES 9 /* must be 2^n */ #define NGX_HTTP_LC_HEADER_LEN 32 |