https://bz.apache.org/bugzilla/show_bug.cgi?id=65460
dpy1123 <dpy1...@126.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #5 from dpy1123 <dpy1...@126.com> --- we are using embed tomcat together with spring boot.Here`s what we added: server.http2.enable=true use 'TomcatServletWebServerFactory' to customize connection by adding: http2Protocol.setMaxConcurrentStreams(100); http2Protocol.setMaxConcurrentStreamExecution(20); http2Protocol.setKeepAliveTimeout(60_000); connector.addUpgradeProtocol(http2Protocol); and with case.4 additional settings are: http2Protocol.setOverheadCountFactor(0); http2Protocol.setOverheadDataThreshold(0); http2Protocol.setOverheadWindowUpdateThreshold(0); -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org