This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 93641a0  Add comment to aid future diagnostics
93641a0 is described below

commit 93641a04b81502b5877f13eb7dbb63670b34dbcf
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Aug 27 20:51:57 2020 +0100

    Add comment to aid future diagnostics
---
 test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java 
b/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
index 958c59b..615905c 100644
--- a/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
+++ b/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
@@ -122,6 +122,7 @@ public class TestWebSocketFrameClient extends 
WebSocketBaseTest {
         try {
             echoTester("",null);
             echoTester("/",null);
+            // This will trigger a redirect so there will be 5 requests logged
             echoTester("/foo",null);
             echoTester("/foo/",null);
         } finally {


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to