[ANN] Test::Nginx 0.25 released

2016-02-24 Thread Yichun Zhang (agentzh)
Hi guys, I've just uploaded Test::Nginx 0.25 to CPAN: https://metacpan.org/release/Test-Nginx It will appear on the CPAN mirror near you in the next few hours or so. Special thanks go to all our contributors and users :) Here's the complete change log for this release (compared to the last

[nginx] release-1.9.12 tag

2016-02-24 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/fbd5d6c19798 branches: changeset: 6414:fbd5d6c19798 user: Maxim Dounin date: Wed Feb 24 17:53:23 2016 +0300 description: release-1.9.12 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff --g

[nginx] nginx-1.9.12-RELEASE

2016-02-24 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/ead3907d74f9 branches: changeset: 6413:ead3907d74f9 user: Maxim Dounin date: Wed Feb 24 17:53:22 2016 +0300 description: nginx-1.9.12-RELEASE diffstat: docs/xml/nginx/changes.xml | 102 + 1 files c

[nginx] HTTP/2: cleaned up state while closing stream.

2016-02-24 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/c6ccc1ea9450 branches: changeset: 6410:c6ccc1ea9450 user: Valentin Bartenev date: Wed Feb 24 16:05:46 2016 +0300 description: HTTP/2: cleaned up state while closing stream. Without this the state might keep pointing to already closed stream. d

[nginx] HTTP/2: always use temporary pool for processing headers.

2016-02-24 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/8ec349bb60b2 branches: changeset: 6411:8ec349bb60b2 user: Valentin Bartenev date: Wed Feb 24 16:05:47 2016 +0300 description: HTTP/2: always use temporary pool for processing headers. This is required for implementing per request timeouts. Pre

[nginx] HTTP/2: implemented per request timeouts (closes #626).

2016-02-24 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/4ba91a4c66a3 branches: changeset: 6412:4ba91a4c66a3 user: Valentin Bartenev date: Wed Feb 24 15:58:07 2016 +0300 description: HTTP/2: implemented per request timeouts (closes #626). Previously, there were only three timeouts used globally for t

[nginx] Fixed buffer over-read while logging invalid request headers.

2016-02-24 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/71edd9192f24 branches: changeset: 6409:71edd9192f24 user: Valentin Bartenev date: Wed Feb 24 16:01:23 2016 +0300 description: Fixed buffer over-read while logging invalid request headers. Since 667aaf61a778 (1.1.17) the ngx_http_parse_header_li