[nginx] Added protection against r->main->count overflow by subr...

2015-08-31 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/8c6e71722aff branches: changeset: 6238:8c6e71722aff user: Valentin Bartenev date: Mon Aug 31 23:25:16 2015 +0300 description: Added protection against r->main->count overflow by subrequests. This overflow has become possible

Re: [nginx] Decreased the NGX_HTTP_MAX_SUBREQUESTS limit.

2015-08-31 Thread Yichun Zhang (agentzh)
Hello! On Tue, Sep 1, 2015 at 4:29 AM, Valentin Bartenev wrote: > #define NGX_HTTP_MAX_URI_CHANGES 10 > -#define NGX_HTTP_MAX_SUBREQUESTS 200 > +#define NGX_HTTP_MAX_SUBREQUESTS 50 > Hmm, this change makes me sad. In our ngx_lua module, for example, we allow