Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add shutdown hook for WebSphere and checkError() to detect disconnect…
…ed client (issue Netflix#346) WebSphere won't shutdown a servlet until after a 60 second timeout if there is an instance of the servlet executing a request. Add a shutdown method to enable a hook to notify Hystrix to shutdown. You must invoke this method at app server shutdown, perhaps from another servlet's destroy() method. Also added explicit checkError() in poller loop to check for disconnected client.
- Loading branch information