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 9955b03b6a Fix typo 9955b03b6a is described below commit 9955b03b6adcfe36ac78b5e1cf416672e346f16a Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Apr 25 14:44:43 2024 +0100 Fix typo --- test/org/apache/coyote/http11/TestHttp11Processor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/coyote/http11/TestHttp11Processor.java b/test/org/apache/coyote/http11/TestHttp11Processor.java index dfa05bada4..857d51185d 100644 --- a/test/org/apache/coyote/http11/TestHttp11Processor.java +++ b/test/org/apache/coyote/http11/TestHttp11Processor.java @@ -737,7 +737,7 @@ public class TestHttp11Processor extends TomcatBaseTest { public void run() { if (delayAsyncThread) { // Makes the difference between calling complete before - // the request body is received of after. + // the request body is received or after. try { Thread.sleep(1500); } catch (InterruptedException e) { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org