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
The following commit(s) were added to refs/heads/main by this push:
new a625fb268a Fix comment typo
a625fb268a is described below
commit a625fb268a881417cd66514125015340cb028fdc
Author: Mark Thomas <[email protected]>
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 86adf1ac1d..850e294196 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: [email protected]
For additional commands, e-mail: [email protected]