From 6681df46053afda99f9f8987e92c5e812fb06b04 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 24 Mar 2011 14:31:50 +0000 Subject: [PATCH] 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 --- webapps/docs/config/context.xml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) 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.

-- 2.11.0