[master] 790ebc5 Comment polishing

Poul-Henning Kamp phk at FreeBSD.org
Mon Jan 19 12:26:00 CET 2015


commit 790ebc5ad1c1591bf1d513b426de845a3981395f
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jan 19 11:25:51 2015 +0000

    Comment polishing

diff --git a/bin/varnishd/cache/cache_backend.c b/bin/varnishd/cache/cache_backend.c
index 163fabe..113342b 100644
--- a/bin/varnishd/cache/cache_backend.c
+++ b/bin/varnishd/cache/cache_backend.c
@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * Handle backend connections and backend request structures.
+ * The director implementation for VCL backends.
  *
  */
 
@@ -43,12 +43,6 @@
 #include "cache_director.h"
 #include "vrt.h"
 
-/*--------------------------------------------------------------------
- * The "simple" director really isn't, since thats where all the actual
- * connections happen.  Nonetheless, pretend it is simple by sequestering
- * the directoricity of it under this line.
- */
-
 struct vbe_dir {
 	unsigned		magic;
 #define VDI_SIMPLE_MAGIC	0x476d25b7



More information about the varnish-commit mailing list