[master] 458b38e Add the SLT_F_BINARY flag to SLT_Hash

Federico G. Schwindt fgsch at lodoss.net
Mon Mar 23 16:57:26 CET 2015


commit 458b38e25bb1635bddacea4734a4d2a6567a02e7
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Mon Mar 23 13:04:18 2015 +0000

    Add the SLT_F_BINARY flag to SLT_Hash
    
    It might contain non-printable chars.

diff --git a/include/tbl/vsl_tags.h b/include/tbl/vsl_tags.h
index 7af249f..4080c5d 100644
--- a/include/tbl/vsl_tags.h
+++ b/include/tbl/vsl_tags.h
@@ -334,7 +334,7 @@ SLTM(ESI_xmlerror, 0, "ESI parser error or warning message",
 	" The log record describes the problem encountered."
 )
 
-SLTM(Hash, 0, "Value added to hash",
+SLTM(Hash, SLT_F_BINARY, "Value added to hash",
 	"This value was added to the object lookup hash.\n\n"
 	NODEF_NOTICE
 )



More information about the varnish-commit mailing list