• Nils Goroll's avatar
    storage and hash control attributes should also be writable · 4c20c843
    Nils Goroll authored
    Afterthought on #2405:
    
    The usage pattern we want to get to is (pseudo vcl, don't take
    the syntax for granted)
    
    	sub vcl_whatever_client_sub {
    		std.rollback(req);
    		set req.<whatever>;
    		...
    		return (restart);
    	}
    
    The hash and storage controls should be no exception
    4c20c843
generate.py 31 KB