jenkins-infra / ircbot

Jenkins IRCbot
https://jenkins.io/projects/infrastructure/ircbot/
MIT License
23 stars 27 forks source link

Fix issue with leaking file descriptors #36

Closed slide closed 8 years ago

slide commented 8 years ago

Call close method on the JiraRestClient when done using it. Verified that file descriptors are not leaking from the JIRA calls using http://file-leak-detector.kohsuke.org/.

oleg-nenashev commented 8 years ago

👍