Hi, I'm trying to put hash_data info onto a header for debugging purposes:
varnishd -V varnishd (varnish-plus-6.0.3r6 revision bd7ae68d24df8ec166bd40b47726313c235b70a1) I'm able to see the hash values via varnishlog after setting these startup parameters: DAEMON_OPTS=" -p vsl_mask=+Hash" - VCL_return hash - VCL_call HASH - Hash "/ps01/3000_complete.m3u8%00" - Hash "/ps01/3000_complete.m3u8%00" however I'm not able to load the data onto a header under sub vcl_deliver with: set resp.http.X.MY-DEBUG = req.http.X-MY-DEBUG + " HASH: " + req.hash; Thanks, Luis
_______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
