This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 7435b0dd1d Remove commented out code.
7435b0dd1d is described below
commit 7435b0dd1d39787ed754647943f4a2dcb70e15fc
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]