Re: [PATCH] Proxy: Adding proxy_cache_key emedded variable

2018-11-13 Thread Maxim Dounin
Hello! On Fri, Nov 09, 2018 at 08:00:59AM +, Thomas Peterson wrote: > Thanks for your response, I didn't consider using a configuration > variable. However upon investigating my patch in greater detail, I have > noticed a difference in behaviour. Consider the following configuration: > >

[njs] Tolerate epsilon difference in the previous unit test change.

2018-11-13 Thread Sergey Kandaurov
details: http://hg.nginx.org/njs/rev/52e540f16740 branches: changeset: 651:52e540f16740 user: Sergey Kandaurov date: Tue Nov 13 15:25:00 2018 +0300 description: Tolerate epsilon difference in the previous unit test change. diffstat: njs/test/njs_unit_test.c | 11 +++ 1 fi

[nginx] Version bump.

2018-11-13 Thread Vladimir Homutov
details: http://hg.nginx.org/nginx/rev/2e7c4c3b0644 branches: changeset: 7390:2e7c4c3b0644 user: Vladimir Homutov date: Tue Nov 13 14:42:47 2018 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines

[nginx] Stream: fixed possible use of a freed connection.

2018-11-13 Thread Vladimir Homutov
details: http://hg.nginx.org/nginx/rev/27559d4a5151 branches: changeset: 7391:27559d4a5151 user: Vladimir Homutov date: Wed Nov 07 13:22:14 2018 +0300 description: Stream: fixed possible use of a freed connection. The session handler may result in session termination, thus a connect

[nginx] Stream: session completion check code moved to a separate function.

2018-11-13 Thread Vladimir Homutov
details: http://hg.nginx.org/nginx/rev/04ff25798002 branches: changeset: 7392:04ff25798002 user: Vladimir Homutov date: Mon Nov 12 12:05:03 2018 +0300 description: Stream: session completion check code moved to a separate function. The code refactored to simplify the ngx_stream_prox

[nginx] Stream: proxy_requests directive.

2018-11-13 Thread Vladimir Homutov
details: http://hg.nginx.org/nginx/rev/4698cede59ff branches: changeset: 7393:4698cede59ff user: Vladimir Homutov date: Mon Nov 12 16:29:30 2018 +0300 description: Stream: proxy_requests directive. The directive allows to drop binding between a client and existing UDP stream session

[njs] Fixed unit tests for SunC.

2018-11-13 Thread Sergey Kandaurov
details: http://hg.nginx.org/njs/rev/19a9743c00c8 branches: changeset: 650:19a9743c00c8 user: Sergey Kandaurov date: Tue Nov 13 14:16:54 2018 +0300 description: Fixed unit tests for SunC. diffstat: njs/test/njs_unit_test.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)