This is an automated email from the ASF dual-hosted git repository. lihan 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 f9366fb6c5 Fix typo f9366fb6c5 is described below commit f9366fb6c55ded9ca198cecc9aa31c2acf97e244 Author: lihan <li...@apache.org> AuthorDate: Fri Apr 28 10:57:48 2023 +0800 Fix typo --- test/org/apache/catalina/filters/TestRateLimitFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/catalina/filters/TestRateLimitFilter.java b/test/org/apache/catalina/filters/TestRateLimitFilter.java index b47e67ed60..ac418726ce 100644 --- a/test/org/apache/catalina/filters/TestRateLimitFilter.java +++ b/test/org/apache/catalina/filters/TestRateLimitFilter.java @@ -74,7 +74,7 @@ public class TestRateLimitFilter extends TomcatBaseTest { // Sleep for up to 10s for clients to complete int count = 0; while (count < 100 && (tc1.results[24] == 0 || tc2.results[49] == 0 || tc3.results[allowedRequests - 1] == 0 || - tc3.results[allowedRequests] == 0 || tc3.results[allowedRequests - 1] == 0 || + tc3.results[allowedRequests] == 0 || tc4.results[allowedRequests - 1] == 0 || tc4.results[allowedRequests] == 0)) { Thread.sleep(100); count++; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org