Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit test for stale connections #33

Open
aecio opened this issue Aug 20, 2023 · 0 comments
Open

Unit test for stale connections #33

aecio opened this issue Aug 20, 2023 · 0 comments

Comments

@aecio
Copy link
Collaborator

aecio commented Aug 20, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant