class Seahorse::Client::NetHttp::ConnectionPool::ExtendedSession

def finish

Attempts to close/finish the session without raising an error.
def finish
  @http.finish
rescue IOError
  nil
end