<div dir="ltr">Hi,<br><br>Someone mentioned on irc that there is no to check whether the object was a pass (or hit-for-pass) short of adding headers in a few vcl subroutines.<br><br>There is this obj.uncacheable attribute but it's only available in vcl_hit. This doesn't make much sense. vcl_hit will only be reached on hit, not on hit-for-pass. Oops!<br><br>This patch makes obj.uncacheable available in deliver so you can find in a common place whether the request was a pass (or hit-for-pass) or hit.<br>I've removed it from vcl_hit as always true.<br><br>This patch builds upon my previous patch, btw.<br><br>Comments? OK?<br></div>