[PATCH] HTTP/2: reject HTTP/2 requests with invalid "TE" header value

2017-05-31 Thread Piotr Sikora via nginx-devel
# HG changeset patch # User Piotr Sikora # Date 1496272340 25200 # Wed May 31 16:12:20 2017 -0700 # Node ID a8050d50338bf127d57f820744a498517bf44b68 # Parent ab6ef3037840393752d82fac01ea1eb4f972301c HTTP/2: reject HTTP/2 requests with invalid "TE" header value. Signed-off-by: Piotr Sikora

Re: [PATCH] HTTP/2: reject HTTP/2 requests with "Connection" header

2017-05-31 Thread Piotr Sikora via nginx-devel
Hey, > # HG changeset patch > # User Piotr Sikora > # Date 1490516709 25200 > # Sun Mar 26 01:25:09 2017 -0700 > # Node ID b8daccea5fde213d4b7a10fa9f57070ab3b6a1ec > # Parent 22be63bf21edaa1b8ea916c7d8cd4e5fe4892061 > HTTP/2: reject HTTP/2 requests with "Connection" header. > > While there,

Re: [PATCH] HTTP/2: reject HTTP/2 requests without ":scheme" pseudo-header

2017-05-31 Thread Piotr Sikora via nginx-devel
Hey Valentin, > As the 1.11 branch is going to be stable soon, it's a good idea to postpone > any changes that explicitly affect interoperability (at least till 1.13). Any thoughts on this now that 1.12 branched? Best regards, Piotr Sikora ___ nginx-de

[PATCH] Upstream: style

2017-05-31 Thread Piotr Sikora via nginx-devel
# HG changeset patch # User Piotr Sikora # Date 1496263896 25200 # Wed May 31 13:51:36 2017 -0700 # Node ID e7219bf8bc3781d3912a951f09553bb2f0a53b70 # Parent ab6ef3037840393752d82fac01ea1eb4f972301c Upstream: style. Signed-off-by: Piotr Sikora diff -r ab6ef3037840 -r e7219bf8bc37 src/http

[PATCH] Headers filter: style

2017-05-31 Thread Piotr Sikora via nginx-devel
# HG changeset patch # User Piotr Sikora # Date 1496263895 25200 # Wed May 31 13:51:35 2017 -0700 # Node ID 057ec63be834988b6435b4ef64a1c3bd0cc23959 # Parent ab6ef3037840393752d82fac01ea1eb4f972301c Headers filter: style. Signed-off-by: Piotr Sikora diff -r ab6ef3037840 -r 057ec63be834 s

[njs] Fixed parseInt() leading white space ignoring.

2017-05-31 Thread Andrey Zelenkov
details: http://hg.nginx.org/njs/rev/559d256dd65b branches: changeset: 349:559d256dd65b user: Andrey Zelenkov date: Wed May 31 20:36:01 2017 +0300 description: Fixed parseInt() leading white space ignoring. diffstat: njs/njs_number.c | 3 +-- njs/test/njs_unit_test.c | 3

[njs] Fixed parseInt() zero radix parsing.

2017-05-31 Thread Andrey Zelenkov
details: http://hg.nginx.org/njs/rev/b592f24c9ac6 branches: changeset: 348:b592f24c9ac6 user: Andrey Zelenkov date: Wed May 31 20:25:44 2017 +0300 description: Fixed parseInt() zero radix parsing. diffstat: njs/njs_number.c | 16 ++-- njs/test/njs_unit_test.c

Re: [njs] Lexer support for hexadecimal literal values.

2017-05-31 Thread Paulo Pacheco
Hi Дмитрий Thanx for this. This is great. I'm going to update and test. Best regards to all nginx team, -- Paulo Pacheco | Паулу Пашеку On Wed, May 31, 2017 at 12:56 PM, Dmitry Volyntsev wrote: > Hi, Paulo > > the support for hexadecimal literal values wa

Re: [njs] Lexer support for hexadecimal literal values.

2017-05-31 Thread Dmitry Volyntsev
Hi, Paulo the support for hexadecimal literal values was committed in http://hg.nginx.org/njs/rev/a38c33e9f728 Thank you for prodding. On 21.05.2017 20:52, Paulo Pacheco wrote: # HG changeset patch # User Paulo Pacheco mailto:fooi...@gmail.com>> # Date 1495388206 0 # Sun May 21 17:36:46