[4.0] 7b7e76e White space OCD.
Lasse Karstensen
lkarsten at varnish-software.com
Thu Jan 15 16:35:42 CET 2015
commit 7b7e76ea32a44f20ffa02e18adfbc6e58f55d070
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date: Wed Dec 3 16:32:18 2014 +0100
White space OCD.
diff --git a/etc/example.vcl b/etc/example.vcl
index a2987bb..eefdd9c 100644
--- a/etc/example.vcl
+++ b/etc/example.vcl
@@ -20,14 +20,14 @@ backend default {
sub vcl_recv {
# Happens before we check if we have this in cache already.
- #
+ #
# Typically you clean up the request here, removing cookies you don't need,
# rewriting the request, etc.
}
sub vcl_backend_response {
# Happens after we have read the response headers from the backend.
- #
+ #
# Here you clean the response headers, removing silly Set-Cookie headers
# and other mistakes your backend does.
}
@@ -35,6 +35,6 @@ sub vcl_backend_response {
sub vcl_deliver {
# Happens when we have all the pieces we need, and are about to send the
# response to the client.
- #
+ #
# You can do accounting or modifying the final object here.
}
More information about the varnish-commit
mailing list