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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 01533cff0e Remove commented out code.
01533cff0e is described below

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

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

diff --git a/test/javax/servlet/http/TestHttpServletResponseSendError.java 
b/test/javax/servlet/http/TestHttpServletResponseSendError.java
index bdd7ca4879..8d99321a70 100644
--- a/test/javax/servlet/http/TestHttpServletResponseSendError.java
+++ b/test/javax/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