Re: Buffers Chain

2014-05-23 Thread Maxim Dounin
Hello! On Thu, May 22, 2014 at 03:21:56PM +0100, Paulo Silva wrote: Hi, Let me introduce the Elephant in the room. My name is Paulo and I'm from Portugal. I am starting developing nginx modules and I'm having a great time with buffers chain :D I'm using nginx as a reverse proxy and my

[nginx] Upstream: fix tries check in ip_hash.

2014-05-23 Thread Roman Arutyunyan
details: http://hg.nginx.org/nginx/rev/a2bf26774cd3 branches: changeset: 5706:a2bf26774cd3 user: Roman Arutyunyan a...@nginx.com date: Fri May 23 13:47:05 2014 +0400 description: Upstream: fix tries check in ip_hash. Make two checks for maximum number of tries consistent. The other

Re: Buffers Chain

2014-05-23 Thread Paulo Silva
there is other option than modify the auto/modules file? According to my goal (capture the full request response body) I would say that my module must run right before the postpone. Am I supposed to modify the auto/modules like follows? if [ $HTTP_POSTPONE = YES ]; then

Re: Buffers Chain

2014-05-23 Thread Paulo Silva
Hi, On Fri, May 23, 2014 at 12:58 PM, Maxim Dounin mdou...@mdounin.ru wrote: Hello! On Fri, May 23, 2014 at 11:57:20AM +0100, Paulo Silva wrote: there is other option than modify the auto/modules file? According to my goal (capture the full request response body) I would say that my