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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to