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 ef9b47b Align with 10.0.x ef9b47b is described below commit ef9b47bf3c7872c02f66b0f4eab9a7b467d81d6f Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Nov 11 16:17:25 2021 +0000 Align with 10.0.x --- java/org/apache/tomcat/util/net/AprEndpoint.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/java/org/apache/tomcat/util/net/AprEndpoint.java b/java/org/apache/tomcat/util/net/AprEndpoint.java index 5a8442d..48c6716 100644 --- a/java/org/apache/tomcat/util/net/AprEndpoint.java +++ b/java/org/apache/tomcat/util/net/AprEndpoint.java @@ -77,8 +77,6 @@ import org.apache.tomcat.util.net.openssl.OpenSSLUtil; * <li>Worker threads pool</li> * </ul> * - * TODO: Consider using the virtual machine's thread pool. - * * @author Mladen Turk * @author Remy Maucherat */ @@ -1534,7 +1532,7 @@ public class AprEndpoint extends AbstractEndpoint<Long,Long> implements SNICallB // codes plus the flags it was waiting for or it may just // return an error code. We could handle the error here but // if we do, there will be no exception associated with the - // error in application code. By signaling read/write is + // error in application code. By signalling read/write is // possible, a read/write will be attempted, fail and that // will trigger an exception the application will see. // Check the return flags first, followed by what the socket @@ -2080,7 +2078,6 @@ public class AprEndpoint extends AbstractEndpoint<Long,Long> implements SNICallB } } } - } @@ -2840,7 +2837,6 @@ public class AprEndpoint extends AbstractEndpoint<Long,Long> implements SNICallB } } } - } } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org