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