Re: What's the meaning of req.http.Expect?

2008-01-10 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], MontyRee writes: I can see req.http.Expect like below from the lots of vcl example. if (req.http.Expect) { pipe; } Then, what's the meaning of the req.http.Expect? The test above is If the request has a Expect: HTTP header --

RE: Re: What's the meaning of req.http.Expect?

2008-01-10 Thread Erik
The expect header: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.20 Original Message --- In message [EMAIL PROTECTED], MontyRee writes: I can see req.http.Expect like below from the lots of vcl example. if (req.http.Expect) { pipe;

Question about Cache Size

2008-01-10 Thread james
Hey everyone, In trying to diagnose why the varnish child dies at seemingly random times, I started varnish with -d -d and waited for a crash. This is what I got in the output: Child said (2, 16094): Assert error in STV_alloc(), stevedore.c line 70: Condition((st) != NULL) not true. errno

Re: Two New HTTP Caching Extensions

2008-01-10 Thread Sam Quigley
...just thought I'd point out another seemingly-nifty thing the Squid folks are working on: http://www.mnot.net/cache_channels/ and http://www.mnot.net/blog/2008/01/04/cache_channels -sq ___ varnish-misc mailing list varnish-misc@projects.linpro.no