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

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


The following commit(s) were added to refs/heads/7.0.x by this push:
     new e82b7b8  Add comment to aid future diagnostics
e82b7b8 is described below

commit e82b7b87ead4224b6bda344294410e71161a0407
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 ef8adba..b4ecd0c 100644
--- a/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
+++ b/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
@@ -124,6 +124,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