This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.
reset(connection)
Resets HTTP connection connection.
# File lib/rubygems/remote_fetcher.rb, line 476 def reset(connection) @requests.delete connection.object_id connection.finish connection.start end