[master] 0e12fb1d8 vsl: Fold Backend_health window bits docs

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Oct 27 09:36:15 UTC 2020


commit 0e12fb1d8935a3a63e99e68cce03cb6853cd48f4
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Oct 27 10:31:01 2020 +0100

    vsl: Fold Backend_health window bits docs
    
    The net result is the same, but should be more readable.
    
    Better diff with the --word-diff --word-diff-regex=. options.

diff --git a/include/tbl/vsl_tags.h b/include/tbl/vsl_tags.h
index 33ee14be4..016cc5784 100644
--- a/include/tbl/vsl_tags.h
+++ b/include/tbl/vsl_tags.h
@@ -455,15 +455,15 @@ SLTM(Backend_health, 0, "Backend health check",
 	"\n"
 
 	"Probe window bits are::\n\n"
-	"\t" "'-'" ": " "Could not connect" "\n"
-	"\t" "'4'" ": " "Good IPv4" "\n"
-	"\t" "'6'" ": " "Good IPv6" "\n"
-	"\t" "'U'" ": " "Good UNIX" "\n"
-	"\t" "'x'" ": " "Error Xmit" "\n"
-	"\t" "'X'" ": " "Good Xmit" "\n"
-	"\t" "'r'" ": " "Error Recv" "\n"
-	"\t" "'R'" ": " "Good Recv" "\n"
-	"\t" "'H'" ": " "Happy" "\n"
+	"\t'-': Could not connect\n"
+	"\t'4': Good IPv4\n"
+	"\t'6': Good IPv6\n"
+	"\t'U': Good UNIX\n"
+	"\t'x': Error Xmit\n"
+	"\t'X': Good Xmit\n"
+	"\t'r': Error Recv\n"
+	"\t'R': Good Recv\n"
+	"\t'H': Happy\n"
 	"\n"
 	"When the backend is just created, the window bits for health check\n"
 	"slots that haven't run yet appear as '-' like failures to connect.\n"


More information about the varnish-commit mailing list