Re: new directive: "proxy_next_tries N"

2013-04-24 Thread Shai Duvdevani
Hi Ruslan, I agree, I think it should be in the request too. There's only 1 "request retry" per request, there's no point in putting it anywhere else. On Wed, Apr 24, 2013 at 5:57 PM, Ruslan Ermilov wrote: > On Wed, Apr 24, 2013 at 04:32:20PM +0300, Shai Duvdevani wrote: > > >> diff -ur /old/sr

Re: new directive: "proxy_next_tries N"

2013-04-24 Thread Ruslan Ermilov
On Wed, Apr 24, 2013 at 04:32:20PM +0300, Shai Duvdevani wrote: > >> diff -ur /old/src/http/ngx_http_upstream.c > /new/src/http/ngx_http_upstream.c > >> --- /old/src/http/ngx_http_upstream.c2013-04-21 18:25:09.619437856 > + > >> +++ /new/src/http/ngx_http_upstream.c2013-04-23 21:29:06.1

Re: new directive: "proxy_next_tries N"

2013-04-24 Thread Maxim Dounin
Hello! On Wed, Apr 24, 2013 at 04:32:20PM +0300, Shai Duvdevani wrote: > >> diff -ur /old/src/http/ngx_http_upstream.c > /new/src/http/ngx_http_upstream.c > >> --- /old/src/http/ngx_http_upstream.c2013-04-21 18:25:09.619437856 > + > >> +++ /new/src/http/ngx_http_upstream.c2013-04-23 2

[nginx] svn commit: r5186 - tags

2013-04-24 Thread mdounin
Author: mdounin Date: 2013-04-24 13:59:45 + (Wed, 24 Apr 2013) New Revision: 5186 URL: http://trac.nginx.org/nginx/changeset/5186/nginx Log: release-1.4.0 tag Added: tags/release-1.4.0/ ___ nginx-devel mailing list nginx-devel@nginx.org http://

[nginx] svn commit: r5185 - trunk/docs/xml/nginx

2013-04-24 Thread mdounin
Author: mdounin Date: 2013-04-24 13:59:34 + (Wed, 24 Apr 2013) New Revision: 5185 URL: http://trac.nginx.org/nginx/changeset/5185/nginx Log: nginx-1.4.0-RELEASE Modified: trunk/docs/xml/nginx/changes.xml Modified: trunk/docs/xml/nginx/changes.xml =

new directive: "proxy_next_tries N"

2013-04-24 Thread Shai Duvdevani
>> diff -ur /old/src/http/ngx_http_upstream.c /new/src/http/ngx_http_upstream.c >> --- /old/src/http/ngx_http_upstream.c2013-04-21 18:25:09.619437856 + >> +++ /new/src/http/ngx_http_upstream.c2013-04-23 21:29:06.106568703 + >> @@ -2904,6 +2904,11 @@ >> if (status) { >>

[nginx] svn commit: r5184 - trunk/src/core

2013-04-24 Thread mdounin
Author: mdounin Date: 2013-04-24 13:03:43 + (Wed, 24 Apr 2013) New Revision: 5184 URL: http://trac.nginx.org/nginx/changeset/5184/nginx Log: Version bump. Modified: trunk/src/core/nginx.h Modified: trunk/src/core/nginx.h ===