isapir commented on code in PR #761: URL: https://github.com/apache/tomcat/pull/761#discussion_r1794575451
########## java/org/apache/catalina/connector/Response.java: ########## @@ -1069,16 +1069,20 @@ public void sendError(int status, String message) throws IOException { return; } - setError(); + if(103 == status) { Review Comment: Are we not putting a space before the parenthesis? -- 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. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org 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