[6.0] ca9616443 h2: Set a default h2_rapid_reset_limit

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Oct 18 16:40:08 UTC 2023


commit ca9616443bb5b771fff9f531df5c291cc0bd9bbc
Author: Dag Haavi Finstad <daghf at varnish-software.com>
Date:   Wed Oct 18 14:14:52 2023 +0200

    h2: Set a default h2_rapid_reset_limit

diff --git a/include/tbl/params.h b/include/tbl/params.h
index 78a793470..7b778820d 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -1919,7 +1919,7 @@ PARAM(
 	/* typ */	uint,
 	/* min */	"0",
 	/* max */	NULL,
-	/* default */	"0",
+	/* default */	"100",
 	/* units */	NULL,
 	/* flags */	EXPERIMENTAL,
 	/* s-text */


More information about the varnish-commit mailing list