--- tomcat/webapps/docs/config/http2.xml 2019/02/01 10:28:34 1852705 +++ tomcat/webapps/docs/config/http2.xml 2019/02/01 10:28:38 1852706 @@ -188,6 +188,20 @@ The default value is an empty String (regexp matching disabled).

+ +

The factor to apply when counting overhead frames to determine if a + connection has too high an overhead and should be closed. The overhead + count starts at -10. The count is decreased for each + data frame sent or received and each headers frame received. The count is + increased by the overheadCountFactorfor each setting + received, priority frame received and ping received. If the overhead count + exceeds zero, the connection is closed. A value of less than + 1 disables this protection. In normal usage a value of + 3 or more will close the connection before any streams can + complete. If not specified, a default value of 1 will be + used.

+
+

The time, in milliseconds, that Tomcat will wait for additional data when a partial HTTP/2 frame has been received. Negative values will be