MeltwaterArchive / dropwizard-extra

A set of miscellaneous and common Dropwizard utilities
109 stars 45 forks source link

Fix FD leak in SocketHealthCheck. #31

Closed Trundle closed 9 years ago

Trundle commented 9 years ago

SocketHealthCheck doesn't explicitly close the socket it creates, hence FD leaks are likely possible.

nicktelford commented 9 years ago

Thanks!