[master] 66db6c8 Don't contradict the manager

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Sep 19 20:37:07 UTC 2017


commit 66db6c89a179b619795e101821baeb0ef50835b9
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Sep 19 22:14:14 2017 +0200

    Don't contradict the manager
    
    Refs 606d485

diff --git a/bin/varnishd/cache/cache_vcl.c b/bin/varnishd/cache/cache_vcl.c
index 4faa0c8..bf8831d 100644
--- a/bin/varnishd/cache/cache_vcl.c
+++ b/bin/varnishd/cache/cache_vcl.c
@@ -53,7 +53,7 @@ static const char * const VCL_TEMP_LABEL = "label";
 
 /*
  * NB: The COOLING temperature is neither COLD nor WARM.
- * And LABEL is not a temperature, it's a state.
+ * And LABEL is not a temperature, it's a different kind of VCL.
  */
 #define VCL_WARM(v) ((v)->temp == VCL_TEMP_WARM || (v)->temp == VCL_TEMP_BUSY)
 #define VCL_COLD(v) ((v)->temp == VCL_TEMP_INIT || (v)->temp == VCL_TEMP_COLD)


More information about the varnish-commit mailing list