This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 9328072d13 Remove commented out code.
9328072d13 is described below

commit 9328072d1359a31fc7b74a8eda05392bf697854e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Apr 18 19:39:54 2024 +0100

    Remove commented out code.
---
 test/jakarta/servlet/http/TestHttpServletResponseSendError.java | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/test/jakarta/servlet/http/TestHttpServletResponseSendError.java 
b/test/jakarta/servlet/http/TestHttpServletResponseSendError.java
index 1b777d108f..94cd9dd0c1 100644
--- a/test/jakarta/servlet/http/TestHttpServletResponseSendError.java
+++ b/test/jakarta/servlet/http/TestHttpServletResponseSendError.java
@@ -283,15 +283,6 @@ public class TestHttpServletResponseSendError extends 
TomcatBaseTest {
                 e.printStackTrace();
             }
 
-/*
-            if (errorPoint == AsyncErrorPoint.THREAD_B_AFTER_COMPLETE) {
-                if (useDispatch) {
-                    ac.complete();
-                } else {
-                    ac.dispatch("/dispatch");
-                }
-            }
- */
             if (throwException) {
                 throw new SendErrorException();
             } else {


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

Reply via email to