This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 53beb5a799 Prepare for automated formatting 53beb5a799 is described below commit 53beb5a799b5af4018f93338f3788ff61147f2a6 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Aug 29 11:57:07 2025 +0100 Prepare for automated formatting --- java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java b/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java index 2db8332461..01b0b265ec 100644 --- a/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java +++ b/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java @@ -105,7 +105,9 @@ public class WsRemoteEndpointImplServer extends WsRemoteEndpointImplBase { /* * Special handling is required only when all of the following are true: + * * - A close message is being sent + * * - This thread currently holds the socketWrapper lock (i.e. the thread is current processing a socket event) * * Special handling is only possible if the socketWrapper lock is a ReentrantLock (it will be by default) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org