# File lib/puppet/network/xmlrpc/client.rb, line 191
191:     def recycle_connection
192:       http.finish if http.started?
193:       @http = nil
194:       self.http # force a new one
195:     end