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