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 5087484a95 Fix comment typo 5087484a95 is described below commit 5087484a959896739c57c83189429a28bd4875f5 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jun 17 14:15:23 2025 +0100 Fix comment typo --- .../tomcat/websocket/server/TestWsRemoteEndpointImplServerDeadlock.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/tomcat/websocket/server/TestWsRemoteEndpointImplServerDeadlock.java b/test/org/apache/tomcat/websocket/server/TestWsRemoteEndpointImplServerDeadlock.java index 1f35ec0be3..1068bc005e 100644 --- a/test/org/apache/tomcat/websocket/server/TestWsRemoteEndpointImplServerDeadlock.java +++ b/test/org/apache/tomcat/websocket/server/TestWsRemoteEndpointImplServerDeadlock.java @@ -51,7 +51,7 @@ import org.apache.tomcat.websocket.WsSession; /* * https://bz.apache.org/bugzilla/show_bug.cgi?id=66508 * - * If the client sends a close while the server waiting for the client before sending the rest of a message, the + * If the client sends a close while the server is waiting for the client before sending the rest of a message, the * processing of the close from the client can hang until the sending of the message times out. * * This is packaged in a separate class to allow test specific parameterisation. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org