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 c40729b6af Fix comment typo c40729b6af is described below commit c40729b6af7994bd8389d81047c9575fae2228fc Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Aug 16 18:04:14 2022 +0100 Fix comment typo --- java/org/apache/coyote/http2/Stream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/coyote/http2/Stream.java b/java/org/apache/coyote/http2/Stream.java index f426d31672..2a86a1cbae 100644 --- a/java/org/apache/coyote/http2/Stream.java +++ b/java/org/apache/coyote/http2/Stream.java @@ -150,7 +150,7 @@ class Stream extends AbstractNonZeroStream implements HeaderEmitter { throw new IllegalArgumentException(); } // This processing expects bytes. Server push will have used a String - // to trigger a conversion if required. + // so trigger a conversion if required. hostValueMB.toBytes(); ByteChunk valueBC = hostValueMB.getByteChunk(); byte[] valueB = valueBC.getBytes(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org