[4.0] c93b3ee Fix incorrect VCL in example.vcl.

Lasse Karstensen lkarsten at varnish-software.com
Thu Mar 13 10:24:21 CET 2014


commit c93b3eebf9a05d9afdb5aa86c56627ee6a84d7c3
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Mon Jan 27 12:51:02 2014 +0100

    Fix incorrect VCL in example.vcl.
    
    Old habits die hard.
    
    Thanks to Federico Schwindt for pointing this out.

diff --git a/etc/example.vcl b/etc/example.vcl
index 8122340..c9b9aad 100644
--- a/etc/example.vcl
+++ b/etc/example.vcl
@@ -22,7 +22,7 @@ sub vcl_recv {
     # See http://www.varnish-cache.org/docs/3.0/tutorial/vcl.html#vcl_recv
 }
 
-sub vcl_fetch {
+sub vcl_backend_response {
     # Happens after we have read the response headers from the backend.
     # See http://www.varnish-cache.org/docs/3.0/tutorial/vcl.html#vcl_fetch
 #



More information about the varnish-commit mailing list