Re: Inconsistent variable caching (in SSI or in nginScript)

2017-10-10 Thread Maxim Dounin
Hello! On Tue, Oct 10, 2017 at 10:22:50AM -0400, Anton Yuzhaninov wrote: > On 10/09/17 22:15, Anton Yuzhaninov wrote: > > > > I've encountered a bug (or unexpected and not well documented feature) > > in SSI (ngx_http_ssi_module) or in nginScript (ngx_http_js_module). > > > > If a variable, whi

Re: Inconsistent variable caching (in SSI or in nginScript)

2017-10-10 Thread Anton Yuzhaninov
On 10/09/17 22:15, Anton Yuzhaninov wrote: > > I've encountered a bug (or unexpected and not well documented feature) > in SSI (ngx_http_ssi_module) or in nginScript (ngx_http_js_module). > > If a variable, which set via js_set is used only in SSI it is not cached > and nginScript function called

Inconsistent variable caching (in SSI or in nginScript)

2017-10-09 Thread Anton Yuzhaninov
Hello, I've encountered a bug (or unexpected and not well documented feature) in SSI (ngx_http_ssi_module) or in nginScript (ngx_http_js_module). If a variable, which set via js_set is used only in SSI it is not cached and nginScript function called several times for one HTTP request. If the sam