Hi Mark , We have upgraded the Embedded tomcat version from 9.0.22 to 9.0.35 and tried setting the keepAliveTimeout/connectionTimeout to 40000ms / -1 , via the IntrospectionUtils by extending the Connector class:
IntrospectionUtils.setProperty( this, "keepAliveTimeout", String.valueOf( keepAliveTimeout ) ); But we see that the http2 Connection is closing in 20 seconds with a GOAWAY on being idle , irrespective of the values configured . [cid:[email protected]] Thanks and Regards Arshiya Shariff
