You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/11/11 16:17:06 UTC

[tomcat] branch 10.0.x updated: Align with 9.0.x

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

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


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 12f5e71  Align with 9.0.x
12f5e71 is described below

commit 12f5e710640ee4604cb9a16d286f8f9a05e3d453
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Nov 11 16:16:26 2021 +0000

    Align with 9.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 4445a97..7b93b3d 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
  *
@@ -1538,7 +1536,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
@@ -2084,7 +2082,6 @@ public class AprEndpoint extends AbstractEndpoint<Long,Long> implements SNICallB
                 }
             }
         }
-
     }
 
 
@@ -2844,7 +2841,6 @@ public class AprEndpoint extends AbstractEndpoint<Long,Long> implements SNICallB
                     }
                 }
             }
-
         }
 
     }

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