Igal,

On 10/9/24 23:50, isapir (via GitHub) wrote:

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?

Ooh, I forgot to run validate before commit. I'll update that, as well as adding at least one unit test.

-chris


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

Reply via email to