# File lib/puppet/network/xmlrpc/client.rb, line 197
197:     def start
198:         @http.start unless @http.started?
199:     rescue => detail
200:         Puppet.err "Could not connect to server: #{detail}"
201:     end