Re: limit_rate_after support variables

2018-08-28 Thread Miroslav Novy
Hi, thank you for your patch. I will look at it. Why did not you merge him to repository? Míra po 27. 8. 2018 v 18:00 odesílatel Ruslan Ermilov napsal: > Also, Maxim Dounin reminded me that I prepared the patch set > to add variables support to limit_rate_after roughly a year ago, > which I h

RE: cache: move open to thread pool

2018-08-28 Thread Eran Kornblau
Hi, > Hi Eran, > > Happy to see that we are not the only place where we find open to be a > problem. I took a look at your module and while the approach is sound, I > decided the complexity doesn't seem to be worth it. Hope to see some numbers > of how your module works at scale. > > - Ka-Hin

[nginx] Updated OpenSSL used for win32 builds.

2018-08-28 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/d5da7e71210e branches: changeset: 7342:d5da7e71210e user: Maxim Dounin date: Tue Aug 28 15:05:41 2018 +0300 description: Updated OpenSSL used for win32 builds. diffstat: misc/GNUmakefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(

[njs] Fixed out-of-bounds read.

2018-08-28 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/cfd82c5cfa93 branches: changeset: 590:cfd82c5cfa93 user: Dmitry Volyntsev date: Tue Aug 28 15:37:14 2018 +0300 description: Fixed out-of-bounds read. Found by Coverity (CID 1438786). diffstat: njs/njs_function.c | 2 +- 1 files changed, 1 ins

[nginx] release-1.15.3 tag

2018-08-28 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/5f6d2e102f4c branches: changeset: 7344:5f6d2e102f4c user: Maxim Dounin date: Tue Aug 28 18:36:00 2018 +0300 description: release-1.15.3 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff --g

[nginx] nginx-1.15.3-RELEASE

2018-08-28 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/28b3e17ca7eb branches: changeset: 7343:28b3e17ca7eb user: Maxim Dounin date: Tue Aug 28 18:36:00 2018 +0300 description: nginx-1.15.3-RELEASE diffstat: docs/xml/nginx/changes.xml | 97 ++ 1 files c

[njs] Fixed exception handling in arguments of a function.

2018-08-28 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/0191fae31b6d branches: changeset: 591:0191fae31b6d user: Dmitry Volyntsev date: Tue Aug 28 18:42:43 2018 +0300 description: Fixed exception handling in arguments of a function. diffstat: njs/njs_function.c | 2 +- njs/test/njs_unit_test.