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
commit 554bbd95c43b2ab0251a32c6b01de5d950f60cf7 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Mar 15 19:47:05 2021 +0000 Fix failing test --- test/org/apache/coyote/http2/TestFlowControl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/org/apache/coyote/http2/TestFlowControl.java b/test/org/apache/coyote/http2/TestFlowControl.java index 3841a1d..f49c13c 100644 --- a/test/org/apache/coyote/http2/TestFlowControl.java +++ b/test/org/apache/coyote/http2/TestFlowControl.java @@ -87,10 +87,10 @@ public class TestFlowControl extends Http2TestBase { "3-Header-[:status]-[404]\n" + "3-Header-[content-type]-[text/html;charset=utf-8]\n" + "3-Header-[content-language]-[en]\n" + - "3-Header-[content-length]-[692]\n" + + "3-Header-[content-length]-[691]\n" + "3-Header-[date]-[Wed, 11 Nov 2015 19:18:42 GMT]\n" + "3-HeadersEnd\n" + - "3-Body-692\n" + + "3-Body-691\n" + "3-EndOfStream\n" + "3-RST-[8]\n", output.getTrace()); output.clearTrace(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org