method
    
    do_finish
  do_finish()
  private
  
    Hide source    
    
      
  
# File lib/net/http.rb, line 606 def do_finish @started = false @socket.close if @socket and not @socket.closed? @socket = nil end

  
  
  