Will nginx support quic-lb feature later?

2020-07-24 Thread 曾柯(毅丝)
Dear NGINX maintainer: Will nginx support quic-lb feature which was described in https://tools.ietf.org/html/draft-ietf-quic-load-balancers-03 latter? We firmly believe that nginx is the most appropriate LB product to do this(Other LB product such as LVS, have to modify kernel). If you ag

[njs] Fixed pre/post increment/decrement in assignment operations.

2020-07-24 Thread Alexander Borisov
details: https://hg.nginx.org/njs/rev/78f0887e5aa6 branches: changeset: 1478:78f0887e5aa6 user: Alexander Borisov date: Thu Jul 23 13:24:10 2020 +0300 description: Fixed pre/post increment/decrement in assignment operations. Previously, the compound assignment operations did not cre

Re: [PATCH] During background update, nginx can't add "Range" header

2020-07-24 Thread Roman Arutyunyan
Hi, > On 23 Jul 2020, at 08:29, Sangdeuk Kwon wrote: > > # HG changeset patch > > # User Sangdeuk Kwon > > # Date 1595481798 -32400

[njs] Improved fs.mkdir() to support recursive directory creation.

2020-07-24 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/cb2ff67e595d branches: changeset: 1480:cb2ff67e595d user: Artem S. Povalyukhin date: Wed Jul 15 15:51:06 2020 +0300 description: Improved fs.mkdir() to support recursive directory creation. diffstat: src/njs_fs.c | 112 +

[njs] Improved String.prototype.toString() for ordinary strings.

2020-07-24 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/354318f9b00f branches: changeset: 1479:354318f9b00f user: Dmitry Volyntsev date: Fri Jul 24 14:02:04 2020 + description: Improved String.prototype.toString() for ordinary strings. Allowing converting all strings to encodings 'hex', 'base64',

Re: [PATCH] Core: enclosed parameters of macros in parentheses.

2020-07-24 Thread Ruslan Ermilov
On Sat, Jul 18, 2020 at 08:09:30PM +0800, balus wrote: > # HG changeset patch > # User balus # Date 1595073121 -28800 > #      Sat Jul 18 19:52:01 2020 +0800 > # Node ID 92d9878c0c7549345f0a144cd81a6b6d45f21fc6 > # Parent  32a343635b50662979975e1204417bb1fc7e1b1f > Core: enclosed parameters of mac

Re: [PATCH] Core: enclosed parameters of macros in parentheses.

2020-07-24 Thread balus
Seems more comprehensive and the commit message is more accurate now, thank you. -- Original -- From: "nginx-devel"