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