This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 4c91d860c654b0746eede25df822d30c0c5a5583 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 bb2d708..d345bc3 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