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 6c460bbb93 Fix comment typo 6c460bbb93 is described below commit 6c460bbb9372e4e9cacfec451e010080785a66fc 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 0bfc076d9f..9037d7d849 100644 --- a/java/org/apache/coyote/http2/Stream.java +++ b/java/org/apache/coyote/http2/Stream.java @@ -153,7 +153,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