[nginx] Typo.

2014-11-28 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/58956c644ad0 branches: changeset: 5924:58956c644ad0 user: Maxim Dounin mdou...@mdounin.ru date: Fri Nov 28 16:57:23 2014 +0300 description: Typo. diffstat: src/core/ngx_crypt.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs

[nginx] Fixed post_action to not trigger header already sent a...

2014-11-28 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/c76d851c5e7a branches: changeset: 5925:c76d851c5e7a user: Maxim Dounin mdou...@mdounin.ru date: Fri Nov 28 16:57:50 2014 +0300 description: Fixed post_action to not trigger header already sent alert. The alert was introduced in 03ff14058272

[nginx] Write filter: fixed handling of sync bufs (ticket #132).

2014-11-28 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/08bfc7188a41 branches: changeset: 5926:08bfc7188a41 user: Maxim Dounin mdou...@mdounin.ru date: Fri Nov 28 16:58:39 2014 +0300 description: Write filter: fixed handling of sync bufs (ticket #132). diffstat:

Adding a delay in body filter response

2014-11-28 Thread Tod Baudais
Sorry if this is not the place to ask this or if this has been asked before (google hasn't been helpful), but I'm unsure of how to proceed with this problem. I am developing a body filter module that processes html and has to do a process in the middle of sending a response that can take

Re: [PATCH] Request hang when cache_lock is used in subrequests

2014-11-28 Thread Yichun Zhang (agentzh)
Hi Maxim! On Thu, Nov 27, 2014 at 7:31 AM, Maxim Dounin wrote: Yichun, I've spent some time looking in this, and I don't see how it can cause infinite hang at least with stock nginx modules. It certainly can cause suboptimal behaviour though, both with proxy cache locks and with AIO.