comparison src/http/ngx_http_request.h @ 6239:281863981d0b

Decreased the NGX_HTTP_MAX_SUBREQUESTS limit. There is no much sense in such a big value since its semantics has been changed in 06e850859a26 to limit recursive subrequests.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 31 Aug 2015 23:26:33 +0300
parents 8c6e71722aff
children 257b51c37c5a
comparison
equal deleted inserted replaced
6238:8c6e71722aff 6239:281863981d0b
8 #ifndef _NGX_HTTP_REQUEST_H_INCLUDED_ 8 #ifndef _NGX_HTTP_REQUEST_H_INCLUDED_
9 #define _NGX_HTTP_REQUEST_H_INCLUDED_ 9 #define _NGX_HTTP_REQUEST_H_INCLUDED_
10 10
11 11
12 #define NGX_HTTP_MAX_URI_CHANGES 10 12 #define NGX_HTTP_MAX_URI_CHANGES 10
13 #define NGX_HTTP_MAX_SUBREQUESTS 200 13 #define NGX_HTTP_MAX_SUBREQUESTS 50
14 14
15 /* must be 2^n */ 15 /* must be 2^n */
16 #define NGX_HTTP_LC_HEADER_LEN 32 16 #define NGX_HTTP_LC_HEADER_LEN 32
17 17
18 18