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 646b802 Fix failing test
646b802 is described below
commit 646b8023f7f77a05914423a8c954234227ca8cdb
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Mar 15 19:50:54 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: [email protected]
For additional commands, e-mail: [email protected]