# File lib/puppet/network/xmlrpc/client.rb, line 201
201:         def start
202:             begin
203:                 @http.start unless @http.started?
204:             rescue => detail
205:                 Puppet.err "Could not connect to server: %s" % detail
206:             end
207:         end