comparison src/http/ngx_http_request.h @ 3325:42c16d8bddbe

regex named captures
author Igor Sysoev <igor@sysoev.ru>
date Mon, 16 Nov 2009 12:19:02 +0000
parents 63fafb988446
children fcd72b8d69f3
comparison
equal deleted inserted replaced
3324:616da2ea901f 3325:42c16d8bddbe
8 #define _NGX_HTTP_REQUEST_H_INCLUDED_ 8 #define _NGX_HTTP_REQUEST_H_INCLUDED_
9 9
10 10
11 #define NGX_HTTP_MAX_URI_CHANGES 10 11 #define NGX_HTTP_MAX_URI_CHANGES 10
12 #define NGX_HTTP_MAX_SUBREQUESTS 50 12 #define NGX_HTTP_MAX_SUBREQUESTS 50
13 #define NGX_HTTP_MAX_CAPTURES 9
14 13
15 /* must be 2^n */ 14 /* must be 2^n */
16 #define NGX_HTTP_LC_HEADER_LEN 32 15 #define NGX_HTTP_LC_HEADER_LEN 32
17 16
18 17