This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 4e7335771e Fix typo
4e7335771e is described below
commit 4e7335771e40fa5c2a05f649b2e5938db5b44ae3
Author: Mark Thomas <[email protected]>
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 d84ace56bf..65b2015c71 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: [email protected]
For additional commands, e-mail: [email protected]