Re: Cache-control decorator and s-maxage

2018-06-25 Thread Adam Johnson
Seems like a fairly straightforward, inoffensive change to me! Make a ticket and let me know, I'll help review On Fri, 22 Jun 2018 at 18:58, Tomasz Knapik wrote: > Hi everyone, > > I've been wondering what you think about making the cache-control > decorator do the same thing to s-maxage as it d

Cache-control decorator and s-maxage

2018-06-22 Thread Tomasz Knapik
Hi everyone, I've been wondering what you think about making the cache-control decorator do the same thing to s-maxage as it does to maxage, i.e. when overriding the maxage value it chooses the lower value [1]. I can't see why not since they're both included in the spec [2], but would want to chec