[ANN] Test::Nginx 0.26 released

2017-04-09 Thread Yichun Zhang (agentzh)
Hi folks, I've just uploaded Test::Nginx 0.26 to CPAN: https://metacpan.org/release/Test-Nginx It will appear on the CPAN mirror near you in the next few hours or so. After that, you can install the module like below sudo cpan Test::Nginx or better, when you have the App::cpanminus

Re: [PATCH] HTTP/2: add fast-path for HTTP/2 requests without request body

2017-04-09 Thread Valentin V. Bartenev
On Saturday 08 April 2017 21:17:26 Piotr Sikora via nginx-devel wrote: > Hey Valentin, > > > With your patch the behavior is different in these cases: > > > > GET / HTTP/1.1 > > Host: example.com > > Transfer-Encoding: chunked > > > > 0 > > > > and > > > > HEADERS > > DATA length:0 END_STREAM >

[PATCH] HTTP/2: add debug logging of pseudo-headers and cookies

2017-04-09 Thread Piotr Sikora via nginx-devel
# HG changeset patch # User Piotr Sikora # Date 1490516711 25200 # Sun Mar 26 01:25:11 2017 -0700 # Node ID 7e98d1dbb9ffc83a4ae621e05f8ebdc23fdf3b70 # Parent 22be63bf21edaa1b8ea916c7d8cd4e5fe4892061 HTTP/2: add debug logging of pseudo-headers and cookies.