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