From: markt Date: Thu, 24 Mar 2011 14:31:50 +0000 (+0000) Subject: Re-flow. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6681df46053afda99f9f8987e92c5e812fb06b04;p=tomcat7.0 Re-flow. Add a note about failed requests git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1084968 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml index cd383a626..5996763d5 100644 --- a/webapps/docs/config/context.xml +++ b/webapps/docs/config/context.xml @@ -376,23 +376,25 @@ -

Set to false if Tomcat should not read any additional - request body data for aborted uploads and instead abort the client - connection. This setting is used in the following situations: +

Set to false if Tomcat should not read any additional request + body data for aborted uploads and instead abort the client connection. + This setting is used in the following situations:

Not reading the additional data will free the request processing thread more quickly. Unfortunately most HTTP clients will not read the response - in case they can not write the full request.

-

The default is true, so additional data is being read.

+ if they can not write the full request.

+

The default is true, so additional data will be + read.

+

Note if an error occurs during the request processing that triggers + a 5xx response, any unread request data will always be ignored and the + client connection will be closed once the error response has been + written.