mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Tests pass
For Tomcat, failures occur if HttpHandlerServlet buffer size is significantly less than the Tomcat input buffer size. Also on command line Jetty tests fail with port unavailable unless the server from the Tomcat tests is also destroyed.
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ import org.springframework.reactive.web.HttpHandler;
|
||||
@WebServlet(asyncSupported = true )
|
||||
public class HttpHandlerServlet extends HttpServlet {
|
||||
|
||||
private static final int BUFFER_SIZE = 4096;
|
||||
private static final int BUFFER_SIZE = 8192;
|
||||
|
||||
private HttpHandler handler;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user