Re: [squid-users] cache-control: no-cache="set-cookie" prevents caching

2015-04-15 Thread Amos Jeffries
On 15/04/2015 9:49 a.m., Sriram Devadas wrote: > Squid version 3.5.3. > When the http response received by Squid contains a no-cache="set-cookie", > the response is not cached. cache.log has the line: > 2015/04/14 18:24:38.027 kid1| http.cc(359) cacheableReply: NO because server > reply Cache-Con

Re: [squid-users] cache-control

2014-10-15 Thread Thiago Farina
Amos, can this be 'acl static_content'? -- Thiago Farina ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] cache-control

2014-10-14 Thread Thiago Farina
On Tue, Oct 14, 2014 at 3:34 PM, Amos Jeffries wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 15/10/2014 7:14 a.m., Thiago Farina wrote: >> Hi squiders, >> >> We want to move the following Go code into squid, as we already >> have squid in front of our Go server. >> >> The code is

Re: [squid-users] cache-control

2014-10-14 Thread Amos Jeffries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15/10/2014 7:14 a.m., Thiago Farina wrote: > Hi squiders, > > We want to move the following Go code into squid, as we already > have squid in front of our Go server. > > The code is: > > func makeResourceHandler() func(http.ResponseWriter, *http.