Re: #551: Varnish Crash: Missing errorhandling code in HSH_Prepare(), cache_hash.c line 188

2009-09-16 Thread Ken Brownfield
Ah, I stand corrected. But I was definitely having random crashes when I enabled the vcl_fetch() section below: sub vcl_recv { ... set req.http.Unmodified-Host = req.http.Host; set req.http.Unmodified-URL = req.url; ... } sub vcl_fetch { ... set

Re: #551: Varnish Crash: Missing errorhandling code in HSH_Prepare(), cache_hash.c line 188

2009-09-16 Thread Kristian Lyngstol
On Wed, Sep 16, 2009 at 09:54:25AM -0700, Ken Brownfield wrote: Ah, I stand corrected. But I was definitely having random crashes when I enabled the vcl_fetch() section below: (...) I'm a bit loathe to reenable this to get a full stacktrace and gdb output, but if there's really nothing

Content-Range header problem

2009-09-16 Thread Nathan Kinkade
Hi all, For some reason Varnish (2.0.4) doesn't seem to be respecting the Content-Range header, so our users are unable to resume large downloads that somehow got interrupted. Is this expected and normal behavior, or should this work? Do we need to add a rule in vcl_recv that passes any

Re: Content-Range header problem

2009-09-16 Thread Kristian Lyngstol
Hi, On Wed, Sep 16, 2009 at 01:16:20PM -0400, Nathan Kinkade wrote: For some reason Varnish (2.0.4) doesn't seem to be respecting the Content-Range header, so our users are unable to resume large downloads that somehow got interrupted. Is this expected and normal behavior, or should this

Re: Content-Range header problem

2009-09-16 Thread Nathan Kinkade
On Wed, Sep 16, 2009 at 1:29 PM, Kristian Lyngstol krist...@redpill-linpro.com wrote: Hi, On Wed, Sep 16, 2009 at 01:16:20PM -0400, Nathan Kinkade wrote: For some reason Varnish (2.0.4) doesn't seem to be respecting the Content-Range header, so our users are unable to resume large downloads

Re: Content-Range header problem

2009-09-16 Thread Kristian Lyngstol
On Wed, Sep 16, 2009 at 01:36:00PM -0400, Nathan Kinkade wrote: Thanks. The resolution is simple, but I just wanted to be sure. Always nice to verify :) By the way, I just read the labs.cc.o post [1] from when you started using Varnish and I'm curious as to how you're doing now with regards to

Re: #551: Varnish Crash: Missing errorhandling code in HSH_Prepare(), cache_hash.c line 188

2009-09-16 Thread Ken Brownfield
On Sep 16, 2009, at 10:03 AM, Kristian Lyngstol wrote: On Wed, Sep 16, 2009 at 09:54:25AM -0700, Ken Brownfield wrote: I'm a bit loathe to reenable this to get a full stacktrace and gdb output, but if there's really nothing wrong with this I might consider it. Nothing wrong with it, but