Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't double-interrupt the test HTTP server
This is the same situation as ruby/net-http#197, where a server thread is interrupted twice and ends up in a loop. This is more fallout from removing WEBrick and replacing its use in tests with small hand-written server code that apparently exposes a behavior difference in JRuby.
- Loading branch information