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
commit 946c84ad978ec429febd368eb345342b4ea9a845 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Feb 16 13:53:27 2023 +0000 Correct comment --- java/org/apache/coyote/http11/Http11NioProtocol.java | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/java/org/apache/coyote/http11/Http11NioProtocol.java b/java/org/apache/coyote/http11/Http11NioProtocol.java index a2839ac6d6..98e4a3352b 100644 --- a/java/org/apache/coyote/http11/Http11NioProtocol.java +++ b/java/org/apache/coyote/http11/Http11NioProtocol.java @@ -24,12 +24,7 @@ import org.apache.tomcat.util.net.NioEndpoint; /** - * Abstract the protocol implementation, including threading, etc. - * Processor is single threaded and specific to stream-based protocols, - * will not fit Jk protocols like JNI. - * - * @author Remy Maucherat - * @author Costin Manolache + * HTTP/1.1 protocol implementation using NIO. */ public class Http11NioProtocol extends AbstractHttp11Protocol<NioChannel> { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org