method
do_finish
v2_2_9 -
Show latest stable
- Class:
Net::HTTP
do_finish()private
No documentation available.
# File lib/net/http.rb, line 949
def do_finish
@started = false
@socket.close if @socket and not @socket.closed?
@socket = nil
end