Re: [nginx] Style: unified request method checks.

2015-11-25 Thread Ruslan Ermilov
On Tue, Nov 24, 2015 at 11:31:16PM +0200, Sorin Manole wrote: > 2015-11-24 22:41 GMT+02:00 Ruslan Ermilov : > > > details: http://hg.nginx.org/nginx/rev/b1858fc47e3b > > branches: > > changeset: 6306:b1858fc47e3b > > user: Ruslan Ermilov > > date: Fri

Re: [nginx] Style: unified request method checks.

2015-11-25 Thread Sorin Manole
I meant, from the diff, it looked like all single HTTP method checks were transitioned from & to ==, while that single one was changed from == to &. I understand now, the checks were unified with the ones that were not in the diff (duh, I should have though about that). Still, as a result in some

[nginx] Style: unified request method checks.

2015-11-24 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/b1858fc47e3b branches: changeset: 6306:b1858fc47e3b user: Ruslan Ermilov date: Fri Nov 06 15:22:43 2015 +0300 description: Style: unified request method checks. diffstat: src/http/modules/ngx_http_chunked_filter_module.c | 2

Re: [nginx] Style: unified request method checks.

2015-11-24 Thread Sorin Manole
2015-11-24 22:41 GMT+02:00 Ruslan Ermilov : > details: http://hg.nginx.org/nginx/rev/b1858fc47e3b > branches: > changeset: 6306:b1858fc47e3b > user: Ruslan Ermilov > date: Fri Nov 06 15:22:43 2015 +0300 > description: > Style: unified request method