[master] 0c166fb5c Start with a reasonable default for h2_rapid_reset_limit
    Nils Goroll 
    nils.goroll at uplex.de
       
    Wed Oct 18 11:55:06 UTC 2023
    
    
  
commit 0c166fb5cc04cb379f7e1b6089beba7e0f75a9cc
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