malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r466174698
########## File path: java/org/apache/catalina/connector/Response.java ########## @@ -1197,16 +1197,12 @@ public String encodeUrl(String url) { public void sendAcknowledgement() throws IOException { - if (isCommitted()) { Review comment: The `isCommitted` check moved into `Coyote.Request` so the behavior should be the same. ---------------------------------------------------------------- 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