[Varnish] #802: Assert error in VRT_r_obj_status()

Varnish varnish-bugs at varnish-cache.org
Thu Nov 4 08:56:30 CET 2010


#802: Assert error in VRT_r_obj_status()
------------------------------+---------------------------------------------
 Reporter:  David Busby       |        Owner:  phk    
     Type:  defect            |       Status:  closed 
 Priority:  low               |    Milestone:         
Component:  varnishd          |      Version:  2.1.4  
 Severity:  minor             |   Resolution:  invalid
 Keywords:  VRT_r_obj_status  |  
------------------------------+---------------------------------------------
Changes (by tfheen):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 There is no obj object in vcl_fetch, but you are using
 VRT_r_obj_status(sp), VRT_r_obj_response as well as fetching from HDR_OBJ
 rather than HDR_BERESP.  That won't work, use VRT_r_beresp_status and its
 friends.

-- 
Ticket URL: <http://www.varnish-cache.org/trac/ticket/802#comment:8>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list