[nginx] Fixed counting of sent bytes in the send chain functions...

2014-10-02 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/6bbad2e73245 branches: changeset: 5868:6bbad2e73245 user: Valentin Bartenev date: Wed Aug 27 20:51:01 2014 +0400 description: Fixed counting of sent bytes in the send chain functions on EINTR. Previously, a value of the "send" variable wasn't p

[nginx] Version bump.

2014-10-02 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/26d28506282a branches: changeset: 5867:26d28506282a user: Valentin Bartenev date: Thu Oct 02 22:36:27 2014 +0400 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 line

[PATCH] Fix a buffer overflow issue in ngx_hash_t when exceeding limits

2014-10-02 Thread Yichun Zhang (agentzh)
Hello! Valgrind memcheck caught a buffer overflow issue in ngx_hash_t when exceeding the pre-configured limits on my side: ==7417== Invalid write of size 2 ==7417==at 0x40600D: ngx_hash_init (ngx_hash.c:324) ==7417==by 0x45BBFD: ngx_http_proxy_merge_loc_conf (ngx_http_proxy_mo

[PATCH] Upstream: add $upstream_cache_age variable

2014-10-02 Thread Piotr Sikora
# HG changeset patch # User Piotr Sikora # Date 1412284916 25200 # Thu Oct 02 14:21:56 2014 -0700 # Node ID 488aa8f86041dbe99a8f8ebbb3df533b9ce3e19e # Parent a215d9021f137b9e2d4f69c37c7f992a2bef12c6 Upstream: add $upstream_cache_age variable. This variable represents the amount of time that