comparison src/http/ngx_http_request.h @ 4501:cb1d3b48a848

Raised simultaneous subrequest limit from 50 to 200. It wasn't enforced for a long time, and there are reports that people use up to 100 simultaneous subrequests now. As this is a safety limit to prevent loops, it's raised accordingly.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 28 Feb 2012 14:54:23 +0000
parents d11f86a16e3b
children 09187f9b0950 613390a974df
comparison
equal deleted inserted replaced
4500:9dfe02dd0f11 4501:cb1d3b48a848
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 50 13 #define NGX_HTTP_MAX_SUBREQUESTS 200
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