-
Poul-Henning Kamp authored
This means that if you: acl foobar { .... } sub vcl_recv { set req.http.acl = foobar; } Then the HTTP header gets set to the name of the ACL, ie: "foobar"
7ab13b1b
This means that if you: acl foobar { .... } sub vcl_recv { set req.http.acl = foobar; } Then the HTTP header gets set to the name of the ACL, ie: "foobar"