[nginx] Version bump.

2018-12-11 Thread Roman Arutyunyan
details: https://hg.nginx.org/nginx/rev/4722b4b8aa93 branches: changeset: 7426:4722b4b8aa93 user: Roman Arutyunyan date: Tue Dec 11 13:12:35 2018 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 line

Re: SSL_shutdown() return value <0

2018-12-11 Thread Maxim Dounin
Hello! On Mon, Dec 10, 2018 at 09:46:28PM +0100, Jan Prachaƙ wrote: > Hello, I would like to ask about this piece of code from function > ngx_ssl_shutdown: > > n = SSL_shutdown(c->ssl->connection); > > sslerr = 0; > > /* before 0.9.8m SSL_shutdown() returned 0 instead of -1 on erro

Copy regex unnamed captures to cloned subrequests

2018-12-11 Thread Roman Arutyunyan
details: https://hg.nginx.org/nginx/rev/81d49f85afed branches: changeset: 7427:81d49f85afed user: Roman Arutyunyan date: Tue Dec 11 13:09:00 2018 +0300 description: Copy regex unnamed captures to cloned subrequests. Previously, unnamed regex captures matched in the parent request,