Re: Issues with limit_req_zone.

2017-07-02 Thread Vishnu Priya Matha
Then how does the burst_size play a role here ? How is the burst_size be calculated ? Since requests_per_sec is 100/s => 1 request per 0.01 sec - then does that mean 50 is also 50 per 0.01 sec or is it 1 per 0.02 sec ? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,274089,275256#msg

Re: ngx_http_sub_module causes requests to hang on a simple match.

2017-07-02 Thread Valentin V. Bartenev
On Friday 30 June 2017 22:14:55 ptcell wrote: > I've built with the sub filter enabled and I'm finding it hangs requests if > there is a match. It is a very simple substitution/replace. I've > resorted to following the request in GDB and the sub module completes and > calls the next body filter