This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new fcdbc69 Fix comment typo
fcdbc69 is described below
commit fcdbc690558db734952a5d93fa422dd02da6cfb6
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Feb 1 10:19:32 2021 +0000
Fix comment typo
---
java/org/apache/coyote/http2/Http2UpgradeHandler.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/coyote/http2/Http2UpgradeHandler.java
b/java/org/apache/coyote/http2/Http2UpgradeHandler.java
index d80e26a..5db617f 100644
--- a/java/org/apache/coyote/http2/Http2UpgradeHandler.java
+++ b/java/org/apache/coyote/http2/Http2UpgradeHandler.java
@@ -1226,7 +1226,7 @@ public class Http2UpgradeHandler extends AbstractStream
implements InternalHttpU
if (stream.isClosedFinal()) {
// This stream went from IDLE to CLOSED and is likely to have
// been created by the client as part of the priority tree.
- // Candidate for steo 3.
+ // Candidate for step 3.
candidatesStepThree.add(stream.getIdentifier());
} else if (stream.getChildStreams().size() == 0) {
// Prune it
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]