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