malaysf commented on a change in pull request #332:
URL: https://github.com/apache/tomcat/pull/332#discussion_r466173884
##########
File path: java/org/apache/coyote/Request.java
##########
@@ -709,4 +718,13 @@ private static String getCharsetFromContentType(String
contentType) {
return encoding.trim();
}
+
+ /**
+ * set whether to acknowledge the request when the request body is
+ * first read from
+ * @param acknowledgeOnFirstRead the value to set
+ */
+ public void setAcknowledgeOnRequestBodyRead(boolean
acknowledgeOnFirstRead) {
Review comment:
thanks, missed this one while renaming
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]