Skip to content

Commit f97bcee

Browse files
committed
improve vcl comment
1 parent 78e2847 commit f97bcee

File tree

1 file changed

+1
-1
lines changed
  • tests/Functional/Fixtures/varnish-3

1 file changed

+1
-1
lines changed

tests/Functional/Fixtures/varnish-3/ban.vcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sub vcl_fetch {
3131

3232
sub vcl_deliver {
3333

34-
# Add extra headers if debugging is enabled
34+
# Keep ban-lurker headers only if debugging is enabled
3535
if (!resp.http.x-cache-debug) {
3636
# Remove ban-lurker friendly custom headers when delivering to client
3737
unset resp.http.x-url;

0 commit comments

Comments
 (0)