This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 31e4a08 Fix comment typo
31e4a08 is described below
commit 31e4a08bc0622f15d1ad409d13294a703c23439e
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 3da15af..7d0ecc5 100644
--- a/java/org/apache/coyote/http2/Http2UpgradeHandler.java
+++ b/java/org/apache/coyote/http2/Http2UpgradeHandler.java
@@ -1227,7 +1227,7 @@ class Http2UpgradeHandler extends AbstractStream
implements InternalHttpUpgradeH
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]