This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new c6a1a2c818 Update http.xml c6a1a2c818 is described below commit c6a1a2c81895a363fcac5e0fff48e51ee75fb95e 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 a1ee4506b5..10d7053a2a 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -430,7 +430,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