[7.3] bc36c9961 Start with a reasonable default for h2_rapid_reset_limit

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Oct 24 15:08:13 UTC 2023


commit bc36c9961be1a985647706423da94236b04d832a
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 1a9fe78ad..4ee8d01e1 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -1267,7 +1267,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