This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new fa6bb31c6d Update http.xml fa6bb31c6d is described below commit fa6bb31c6d1c1b2150441abae5a03204ea2d6dce Author: Spence Kiddle <spencekid...@gmail.com> AuthorDate: Fri Oct 18 15:24:24 2024 -0700 Update http.xml Added default value for connectionUploadTimeout in the event that a value is not provided and disableUploadTimeout is set to false. --- webapps/docs/config/http.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index 8223a7ccbd..b7c9d539d1 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -416,7 +416,8 @@ <attribute name="connectionUploadTimeout" required="false"> <p>Specifies the timeout, in milliseconds, to use while a data upload is - in progress. This only takes effect if + in progress. If not specified the default + value is 300000 (i.e. 300 seconds). This only takes effect if <strong>disableUploadTimeout</strong> is set to <code>false</code>. </p> </attribute> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org