# File lib/net/http.rb, line 601
    def finish
      raise IOError, 'HTTP session not yet started' unless started?
      do_finish
    end