From 6681df46053afda99f9f8987e92c5e812fb06b04 Mon Sep 17 00:00:00 2001
From: markt 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.maxPostSize configured in the connector
- maxPostSize configured in the connector
+
The default is true, so additional data is being read.
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.