Skip to content

Commit e809086

Browse files
committed
harmonize comments for ban between varnish 3 and 4
1 parent 9ca60d9 commit e809086

File tree

1 file changed

+1
-2
lines changed
  • tests/Functional/Fixtures/varnish-4

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ sub vcl_backend_response {
3030
}
3131

3232
sub vcl_deliver {
33-
34-
# Add extra headers if debugging is enabled
33+
# Keep ban-lurker headers only if debugging is enabled
3534
if (!resp.http.x-cache-debug) {
3635
# Remove ban-lurker friendly custom headers when delivering to client
3736
unset resp.http.x-url;

0 commit comments

Comments
 (0)