We had to comment out the test for state connections testStaleConnection() in SimpleHttpFetcherTest when upgrading to Jetty 11 (pull request #31). It was disabled because the method ServerConnector::setSoLingerTime() is no longer supported in Jetty 11+. So it is unclear if the test is doing what it is supposed to do. It is also not clear if there is an alternative way to test this.
We had to comment out the test for state connections
testStaleConnection()inSimpleHttpFetcherTestwhen upgrading to Jetty 11 (pull request #31). It was disabled because the methodServerConnector::setSoLingerTime()is no longer supported in Jetty 11+. So it is unclear if the test is doing what it is supposed to do. It is also not clear if there is an alternative way to test this.