# File lib/net/http/connection_pool/session.rb, line 45 def finish begin http_session.finish if http_session.started? rescue IOError end nil end