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 1036029331 Remove space 1036029331 is described below commit 10360293316f1d06f5a5138bc7fb3f931a3e1d19 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Feb 4 11:51:38 2025 +0000 Remove space --- test/org/apache/tomcat/websocket/server/TestSlowClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/tomcat/websocket/server/TestSlowClient.java b/test/org/apache/tomcat/websocket/server/TestSlowClient.java index 86a5633c56..6db82e565c 100644 --- a/test/org/apache/tomcat/websocket/server/TestSlowClient.java +++ b/test/org/apache/tomcat/websocket/server/TestSlowClient.java @@ -68,7 +68,7 @@ public class TestSlowClient extends WebSocketBaseTest { * Wait for server to experience a write timeout. This should take TesterFirehoseServer.SEND_TIME_OUT_MILLIS * plus however long it takes for the network buffer to fill up which should be a few milliseconds. An * additional 10s should be enough even for the slowest CI system. - * + * * As soon as the server has experienced the write timeout, send the session close message from the client and * close the network connection. */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org