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

2017-07-03 Thread Peter Booth
What happens if you simplify the match string to only contain characters? Something like >> sub_filter 'xxx' 'yyy'; Can it ever do a substitute? Sent from my iPad > On Jul 2, 2017, at 8:26 AM, Valentin V. Bartenev wrote: > >> On Friday 30 June 2017 22:14:55 ptcell wrote: >> I've built with

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