[7.4] 498adbdcc Start with a reasonable default for h2_rapid_reset_limit

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Oct 23 17:18:10 UTC 2023


commit 498adbdcc75a1b083f905c78a3ca845ba33b2ff3
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Oct 18 13:53:53 2023 +0200

    Start with a reasonable default for h2_rapid_reset_limit
    
    as agreed on IRC.

diff --git a/include/tbl/params.h b/include/tbl/params.h
index c369bc9e7..073e5be3b 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -1281,7 +1281,7 @@ PARAM_SIMPLE(
 	/* typ */	uint,
 	/* min */	"0",
 	/* max */	NULL,
-	/* def */	"0",
+	/* def */	"100",
 	/* units */	NULL,
 	/* descr */
 	"HTTP2 RST Allowance.\n"


More information about the varnish-commit mailing list