Conditional backend requests with beresp.ttl=0.

2016-01-15 Thread Nick
Hi, I'm wondering if there is a way to configure varnish to send conditional requests to the backend when "Cache-Control: no-cache" has been returned in a response with an "Etag". I've tried setting beresp.ttl = 0s and beresp.keep = 1d, but the keep time seems to be ignored and the backend

Re: Conditional backend requests (ETag)

2015-09-18 Thread Guillaume Quintard
, 2015 at 12:35 PM, Magnus Hoff <magh...@gmail.com> wrote: > Hi :) > > What is the status of support for conditional backend requests? > > My use case is accelerating CouchDB, which has good support for ETags, > but offers no other caching opportunities. > > I have fou

Conditional backend requests (ETag)

2015-09-18 Thread Magnus Hoff
Hi :) What is the status of support for conditional backend requests? My use case is accelerating CouchDB, which has good support for ETags, but offers no other caching opportunities. I have found [1] which leads me to think that the branch implementing this feature was merged to trunk in 2011

Re: Conditional backend requests (ETag)

2015-09-18 Thread Magnus Hoff
are looking for. If ttl is expired > but not ttl + keep, varnish will issue a conditionnal request. > > -- > Guillaume Quintard > > On Fri, Sep 18, 2015 at 12:35 PM, Magnus Hoff <magh...@gmail.com> wrote: >> >> Hi :) >> >> What is the status of sup

Re: Conditional Backend Requests

2012-12-03 Thread Geoff Simmons
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/03/2012 02:51 PM, Chris Read wrote: Is there any update on when the proposed Backend Conditional Requests feature will make it into Varnish? ( https://www.varnish-cache.org/trac/wiki/BackendConditionalRequests ) The last official word

Re: Conditional backend requests on repository branch experimental-ims

2011-06-08 Thread Paulo Paracatu
Hello, Yesterday I finally had the time to download this and make the RPM to install in my caches servers. I did not have the time to tune the VCL very much yet, or test it, but from what I did until now, I'm getting this result: Monitoring eth0...(press CTRL-C to stop) rx: 17985.20

Conditional backend requests on repository branch experimental-ims

2011-06-07 Thread Geoff Simmons
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello all, The code for the proposed conditional backend request feature (usually If-Modified-Since requests to backends) is now up to date with the current trunk and available on an experimental branch of the source repository called