[njs] Segfaults in increment and decrement operators have been f...

2016-10-11 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/da89f264af94 branches: changeset: 194:da89f264af94 user: Igor Sysoev date: Tue Oct 11 17:04:28 2016 +0300 description: Segfaults in increment and decrement operators have been fixed. diffstat: njs/njs_generator.c | 4 +++- njs/test/njs_un

[njs] Segfaults in the delete operator have been fixed.

2016-10-11 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/f8cc880d9b9b branches: changeset: 195:f8cc880d9b9b user: Igor Sysoev date: Tue Oct 11 17:44:01 2016 +0300 description: Segfaults in the delete operator have been fixed. diffstat: njs/njs_generator.c | 77 ---

[njs] Accessing the global this object caused segfault.

2016-10-11 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/a3588250473b branches: changeset: 196:a3588250473b user: Igor Sysoev date: Tue Oct 11 17:44:05 2016 +0300 description: Accessing the global this object caused segfault. diffstat: njs/njs_builtin.c| 17 ++--- njs/njs_generat

[njs] Segfaults in Date have been fixed.

2016-10-11 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/40a753cefac1 branches: changeset: 193:40a753cefac1 user: Igor Sysoev date: Tue Oct 11 13:01:41 2016 +0300 description: Segfaults in Date have been fixed. diffstat: njs/njs_date.c | 2 ++ njs/test/njs_unit_test.c | 6 ++ 2 files

[nginx] Updated OpenSSL used for win32 builds.

2016-10-11 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/e78705391830 branches: changeset: 6738:e78705391830 user: Maxim Dounin date: Tue Oct 11 16:52:48 2016 +0300 description: Updated OpenSSL used for win32 builds. diffstat: misc/GNUmakefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(

[nginx] nginx-1.11.5-RELEASE

2016-10-11 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/5253015a339a branches: changeset: 6739:5253015a339a user: Maxim Dounin date: Tue Oct 11 18:03:00 2016 +0300 description: nginx-1.11.5-RELEASE diffstat: docs/xml/nginx/changes.xml | 134 + 1 files c

[nginx] release-1.11.5 tag

2016-10-11 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/7cdf69d012f0 branches: changeset: 6740:7cdf69d012f0 user: Maxim Dounin date: Tue Oct 11 18:03:01 2016 +0300 description: release-1.11.5 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff --g

[njs] Constructor function prototypes should be real functions.

2016-10-11 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/beba11b9f2a1 branches: changeset: 197:beba11b9f2a1 user: Igor Sysoev date: Tue Oct 11 20:09:18 2016 +0300 description: Constructor function prototypes should be real functions. diffstat: njs/njs_builtin.c| 16 +++- njs/njs_

slice module and upstream sent more data than specified in "Content-Length"

2016-10-11 Thread Bjørnar Ness
Hello nginx-devel I am seeing lots of 'upstream sent more data than specified in "Content-Length"' errors when using nginx with proxy_cache and slice module. The relevant nginx.conf settings are: > slice 1m; > proxy_cache_lock on; > proxy_cache_key $uri$is_args$args$slice_range; > proxy_set_head