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
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
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,