Re: [nginx] Entity tags: explicit flag to skip not modified filter.

2014-07-16 Thread Maxim Dounin
Hello! On Mon, Jul 14, 2014 at 03:58:10PM -0700, Yichun Zhang (agentzh) wrote: > Hello! > > On Wed, Jun 25, 2014 at 3:40 PM, Maxim Dounin wrote: > > > > +r->disable_not_modified = !u->cacheable; > > + > > Hmm, this line of change is giving me problems to fix the new > regression in my ngx_m

Re: [nginx] Entity tags: explicit flag to skip not modified filter.

2014-07-16 Thread Yichun Zhang (agentzh)
Hello! On Wed, Jul 16, 2014 at 8:54 AM, Maxim Dounin wrote: > The same applies to r->headers_out.last_modified_time > modifications in your module - what previously worked in your > module was a hack, and there is no surprise it no longer works > after changes. IMHO, the ngx_http_upstream_module