Thomas Westlund <[EMAIL PROTECTED]> writes: > Varnish fails at restart with the following response: > > Starting varnishd. > Problem loading compiled VCL program: > ./bin.U5BscB9E: Undefined symbol "VRT_r_obj_status" > > If I remove the "if (obj.status == 404)" statement everything works just fine.
Looks like an oversight; resp.status is both readable and writable, but obj.status is write-only. DES -- Dag-Erling Smørgrav Senior Software Developer Linpro AS - www.linpro.no _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
