[4.0] 01e63b2 Sync with reality

Federico G. Schwindt fgsch at lodoss.net
Wed Aug 6 19:29:51 CEST 2014


commit 01e63b259a0d4fc977042e0a80a11eb8ea9e595c
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Jun 26 18:47:23 2014 +0100

    Sync with reality

diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index 3f8a831..743689e 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -364,10 +364,6 @@ hash_data(input)
 new()
   Instanciate a new VCL object. Available in vcl_init.
 
-purge()
-  Invalidate all variants of the current object using purge. Available in 
-  vcl_miss and vcl_hit.
-
 return()
   End execution of the current VCL subroutine, and continue to the next step
   in the request handling state machine.
diff --git a/doc/sphinx/users-guide/purging.rst b/doc/sphinx/users-guide/purging.rst
index 0c9b7c9..17b02ee 100644
--- a/doc/sphinx/users-guide/purging.rst
+++ b/doc/sphinx/users-guide/purging.rst
@@ -39,7 +39,6 @@ following VCL in place::
 		  if (!client.ip ~ purge) {
 			  return(synth(405,"Not allowed."));
 		  }
-                  # jump to hit/miss
 		  return (purge);
 	  }
   }



More information about the varnish-commit mailing list