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
commit 494d4300ce32b4792abd765cecc5c60d1a122c7d Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jan 15 11:45:04 2020 +0000 Correct property name --- test/org/apache/catalina/connector/TestInputBuffer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/catalina/connector/TestInputBuffer.java b/test/org/apache/catalina/connector/TestInputBuffer.java index e4e88e6..0bf4ac9 100644 --- a/test/org/apache/catalina/connector/TestInputBuffer.java +++ b/test/org/apache/catalina/connector/TestInputBuffer.java @@ -67,7 +67,7 @@ public class TestInputBuffer extends TomcatBaseTest { Tomcat.addServlet(root, "Bug60400Servlet", new Bug60400Servlet()); root.addServletMappingDecoded("/", "Bug60400Servlet"); - Assert.assertTrue(tomcat.getConnector().setProperty("appReadBufSize", "9000")); + Assert.assertTrue(tomcat.getConnector().setProperty("socket.appReadBufSize", "9000")); tomcat.start(); ByteChunk bc = new ByteChunk(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org